14.03.2015, 05:16
you puted jailed = false; but you defined jailed as player veriable so you need to add jailed[playerid] and in sendclientmessage why did you puted jailedid ? as you already defined playerid which is jailedid so no need to add jaileddid and last thing you didnt forwarded this public
there you go
there you go
pawn Код:
forward Unjailtime(playerid);
public Unjailtime(playerid)
{
Jailed[playerid] = false;
SendClientMessage(playerid, COLOR_GREEN, "You're free!");
SetPlayerPos(playerid, 1676.9254, 1448.6653, 10.7831);
return 1;
}