23.12.2010, 08:35
I copied this from one Gamemode.
Its ok then i pressing f5, but then in server i type "/fly" I dont got jet pack, whats a problem?
Quote:
if(strcmp(cmdtext, "/fly", true)==0) { SetPlayerSpecialAction(playerid,SPECIAL_ACTION_USE JETPACK); SendClientMessage(playerid,COLOR,"* Got Jet-Pack"); return 1; } |