/ar bug?
#4

This?
if(GetPVarInt(playerid, "JailTime") > 0)
{
new rnd = random(sizeof(PrisonSpawn)); SetPlayerPos(playerid, PrisonSpawn[rnd][0], PrisonSpawn[rnd][1], PrisonSpawn[rnd][2]);
SetPlayerInterior(playerid, 10);
format(string, sizeof(string), "[AUTO JAIL] %s (LEFT SERVER WHILE IN JAIL)",PlayerInfo(playerid));
print(string);
SendClientMessageToAll(COLOR_RED, string);
SetPVarInt(playerid, "Jailed", 1);
Reply


Messages In This Thread
/ar bug? - by MuhoX - 24.02.2014, 17:12
Re: /ar bug? - by MuhoX - 24.02.2014, 19:47
Re: /ar bug? - by Bingo - 24.02.2014, 19:54
Re: /ar bug? - by MuhoX - 24.02.2014, 20:32
Re: /ar bug? - by Bingo - 24.02.2014, 20:34
Re: /ar bug? - by MuhoX - 24.02.2014, 20:37

Forum Jump:


Users browsing this thread: 1 Guest(s)