03.07.2011, 14:19
How can I make a command only available at the ammunation?
I want
to only be able to be used when inside ammunation...
I want
Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
if (strcmp("/buylaser", cmdtext, true, 10) == 0)
{
ShowMenuForPlayer(waffenmenu,playerid);
TogglePlayerControllable(playerid,0);
return 1;
}




