How to tell pawno to do nothing?
#10

CMD:god(playerid, params[])
{
if(playerinminigame[playerid] == 1)
{
SendClientMessage(playerid, -1, "You can't use any commands in a minigame.");
else SetPlayerHealth(playerid, 99999);
}
return 1;
}
Reply


Messages In This Thread
How to tell pawno to do nothing? - by QatarKnight - 28.07.2013, 12:34
Re: How to tell pawno to do nothing? - by GuyYahood1 - 28.07.2013, 12:36
Re: How to tell pawno to do nothing? - by QatarKnight - 28.07.2013, 12:39
Re: How to tell pawno to do nothing? - by GuyYahood1 - 28.07.2013, 12:46
Re: How to tell pawno to do nothing? - by QatarKnight - 28.07.2013, 12:55
Re: How to tell pawno to do nothing? - by Konstantinos - 28.07.2013, 12:56
Re: How to tell pawno to do nothing? - by QatarKnight - 28.07.2013, 12:58
Re: How to tell pawno to do nothing? - by Konstantinos - 28.07.2013, 13:04
Re: How to tell pawno to do nothing? - by QatarKnight - 28.07.2013, 13:07
Re: How to tell pawno to do nothing? - by Binx - 28.07.2013, 13:24

Forum Jump:


Users browsing this thread: 1 Guest(s)