19.02.2013, 18:49
Thanks. Now we will wait for SA-MP 0.4
if(PlayerInfo[playerid][pBanned] > 0) { SendClientMessage(playerid,-1,"Your account is banned"); Kick(playerid); }
Hi, thank you goood job! How do ı control the entrance punishment?
my code; Код:
if(PlayerInfo[playerid][pBanned] > 0) { SendClientMessage(playerid,-1,"Your account is banned"); Kick(playerid); } |
#define KickWithDelay(%1) SetTimerEx("KickPlayer", 1000, false, "i", %1)
forward KickPlayer(playerid);
public KickPlayer(playerid)
{
return Kick(playerid);
}
Great, awesome server browser and wait.. No unacceptable nickname notice? Then what
|
The island made by Deadspirit was deleted in this version? I've teleported to the coordonates he posted but there's only water.
Oh, and an update to pawno would be nice. Some "Check for errors" function so we can check the errors faster, without compiling. Eh? |