Jump to content
MakeWebGames

[mccode v2] Cannot be attacked for 2 days


Recommended Posts

Posted

Okay ive created this because i found out that (well made this bit up so it sounds good) higher levels were just attacking new ones to p!55 them off.

Not sure if its been created SORRY IF IT IS AND GICVE CREDIT TO THE ONE WHO MADE IT FIRST (IF IT WAS CREATED)

in attack.php find

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

UNDER IT ADD

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

Easy But Effective For The N00bs, Will Give Them A Chance And Hopefully Will Get More Pople Playing Because They Are Not In Hospital For 24/7

REPLY GOOD COMMENTS PLEASE

Posted

Re: [v2] Cannot be attacked for 2 days

no probs

 

arnt i the best :-D

Posted

Re: [v2] Cannot be attacked for 2 days

And..Just For Those Who Dont Know

Posted

Re: [v2] Cannot be attacked for 2 days

:| so what if its easy to make:lol: it helps the newbies and the people that are only here to use other peoples work lol:|

 

Good mod anyway thanks :)

Posted

Re: [v2] Cannot be attacked for 2 days

thanks for da postive comments

Posted

Re: [v2] Cannot be attacked for 2 days

 

And..Just For Those Who Dont Know

im quite new to coding and i dont have a cule how to make this so thanks »»¤¤/··§niko··\¤¤««

Posted

Re: [v2] Cannot be attacked for 2 days

No Prob Knowles, Need anything Else PM Me Ill Try My Best

Posted

Re: [v2] Cannot be attacked for 2 days

Another version....

If($ir['level']>5 && $odata['level'] < 5 && $odata['daysold'] < 10 && $odata['fedjail'] < 1)

{

print "I'm sorry, but at your level, you cannot attack players under level 5 that joined less than 10 days ago, unless they are banned.

 

> Back";

$_SESSION['attacking']=0;

$ir['attacking']=0;

$db->query("UPDATE users SET attacking=0 WHERE userid=$userid");

exit;

}

Posted

Re: [v2] Cannot be attacked for 2 days

 

Another version....

If($ir['level']>5 && $odata['level'] < 5 && $odata['daysold'] < 10 && $odata['fedjail'] < 1)

{

print "I'm sorry, but at your level, you cannot attack players under level 5 that joined less than 10 days ago, unless they are banned.

 

> Back";

$_SESSION['attacking']=0;

$ir['attacking']=0;

$db->query("UPDATE users SET attacking=0 WHERE userid=$userid");

exit;

}

looks nice Ragnar :D

Posted

Re: [v2] Cannot be attacked for 2 days

cool ragnar looks good keep it up :-D :-P

  • 1 month later...
Posted

Re: [mccode v2] Cannot be attacked for 2 days

Edit : What Version Are You Using It with Death Rider ?

Nice Mod Person's Who's PSN Name I Forgot So I'll Call You Niko Untill I Remeber

St-Something

  • 5 weeks later...
Posted

Re: [mccode v2] Cannot be attacked for 2 days

so it works for everyone?

Posted

Re: [mccode v2] Cannot be attacked for 2 days

lol, check if the sign is

< 2)

NOT

> 2)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...