Should I put this in my server?
#9

Quote:
Originally Posted by ineoncore
Quote:
Originally Posted by † мąүқоҳ™
No, don't use ammunations because than all newbs can go there and buy guns and DM :P
souliation:

public Ifplayerisnoob(playerid)
{
sendclientmsg ("bye bye noob!")
Ban(playerid);
return 1;
}
You forgot something..
pawn Код:
public PlayerIsNoob(playerid)
{
  new score;
  score = GetPlayerScore(playerid);
  if(score == -12121) SendClientMessage(playerid, COLOR_NOOB, "You are too Noob to enter here! Bye bye Noob!"); Ban(playerid);
  return 1;
}
XDD
Reply


Messages In This Thread
Should I put this in my server? - by jameskmonger - 20.03.2010, 18:16
Re: Should I put this in my server? - by Jansish - 20.03.2010, 18:18
Re: Should I put this in my server? - by iLinx - 20.03.2010, 18:19
Re: Should I put this in my server? - by ineoncore - 20.03.2010, 18:20
Re: Should I put this in my server? - by jameskmonger - 20.03.2010, 18:54
Re: Should I put this in my server? - by MaykoX - 20.03.2010, 19:09
Re: Should I put this in my server? - by jameskmonger - 20.03.2010, 19:11
Re: Should I put this in my server? - by ineoncore - 20.03.2010, 19:12
Re: Should I put this in my server? - by Fedee! - 20.03.2010, 19:34
Re: Should I put this in my server? - by jameskmonger - 20.03.2010, 19:38

Forum Jump:


Users browsing this thread: 1 Guest(s)