24.10.2010, 05:39
Quote:
Alright here are the bugs i have found.
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; } |
pawn Код:
4,1,22,136,28,200);
pawn Код:
3,1,24,70,27,70);
They are in AddPlayerClass, change them if you like.
Here's a link to some weapon id's.