Help whit jail command
#2

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
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;
}
Reply


Messages In This Thread
Help whit jail command - by Guss - 14.03.2015, 05:05
Re: Help whit jail command - by JeaSon - 14.03.2015, 05:16
Re: Help whit jail command - by ATGOggy - 14.03.2015, 06:57

Forum Jump:


Users browsing this thread: 1 Guest(s)