Quote:
Originally Posted by GuyYahood1
Try:
CMD:god(playerid, params[])
{
if(playerinminigame[playerid]) return SendClientMessage(playerid, -1, "You can't use any commands in a minigame.");
//Here write what command do for they're not in minigame..
return 1;
}
|
The command /god is in the gamemode i want it to work if they're not in a minigame.