14.03.2011, 16:35
So i was going threw a roleplay script and editing i found this thing i don't know what to do if i should take it out or not because i don't know what it does here is the command
Код:
new plname[MAX_PLAYER_NAME];
GetPlayerName(playerid, plname, sizeof(plname));
if(Security != 0)
{
SendClientMessage(playerid, COLOR_YELLOW, "Host has broken one of the Agreement rules, action has been taken.");
Kick(playerid);
return 1;

