29.11.2008, 15:34
Yes, you can type them as much as you want. But if you're in a minigame already, it won't work... Have you even tested it?
Код:
if(playerinminigame[playerid] == 1)
{
SendClientMessage(playerid, 0xB4B5B7AA, "You are already in a minigame");
return 1;
}

