24.10.2010, 04:15
(
Последний раз редактировалось Marshall_Banks; 24.10.2010 в 14:54.
)
Alright here are the bugs i have found.
1. The commands in the onplayercommandtext callback dont work, but converting them to dcmd worked like
1. The commands in the onplayercommandtext callback dont work, but converting them to dcmd worked like
Код:
COMMAND:amenu(playerid, params[]) { if(IsPlayerAdmin(playerid)) { ShowMenuForPlayer(AMenu, playerid); TogglePlayerControllable(playerid, false); } else SendClientMessage(playerid, red, "Error: You must be an Administrator to use that command."); return 1; }