01.08.2012, 14:52
Not sure if it uses STRCMP commands or ZCMD, but here is a strcmp for the jetpack.
pawn Code:
if(strcmp(cmd, "/jetpack", true) == 0)
{
SetPlayerSpecialAction(playerid,SPECIAL_ACTION_USEJETPACK);
return 1;
}