/kill command
#3

Quote:
Originally Posted by arjanforgames
Посмотреть сообщение
Make a global variable called: isJailed[MAX_PLAYERS];
Then add to every command:
If(isJailed[playerid] != 1)
{
// whatever here
}
else
{
SendClientMessage(playerid, -1, "You can't use this command while jailed");
}
Getting errors.
Reply


Messages In This Thread
/kill command - by Sliceofdeath - 06.08.2013, 12:12
Re: /kill command - by arjanforgames - 06.08.2013, 12:29
Re: /kill command - by Sliceofdeath - 06.08.2013, 12:56
Re: /kill command - by iNorton - 06.08.2013, 12:57
Re: /kill command - by Smokeyy - 06.08.2013, 13:12
Re: /kill command - by arjanforgames - 06.08.2013, 15:07

Forum Jump:


Users browsing this thread: 1 Guest(s)