28.07.2013, 13:07
Quote:
Show the lines 2562, 2563, 2564. Are you sure, it's inside a callback?
|
{
if(playerinminigame[playerid] == 1)
{
SendClientMessage(playerid, -1, "You can't use any commands in a minigame.");
else SetPlayerHealth(playerid, INFINITY);
}
return 1;
}