25.04.2011, 11:51
This is simple command
+ player's hand is special button
PS: Instead of smiling is the figure eight without
+ player's hand is special button
Quote:
//------------------------------------------------[JetPack]------------------------------------- if(strcmp("/jetpack",cmdtext,true, ![]() { if (PlayerInfo[playerid][pAdmin] >= 4) { SetPlayerSpecialAction(playerid,SPECIAL_ACTION_USE JETPACK); SendClientMessage(playerid,COLOR_RED,"Your now using a jetpack"); } return 1; } //-------------------------------------------------------------------------------------------------- |