20.03.2010, 19:34
Quote:
|
Originally Posted by ineoncore
Quote:
public Ifplayerisnoob(playerid) { sendclientmsg ("bye bye noob!") Ban(playerid); return 1; } |
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;
}

