01.09.2012, 11:04
Your thread name is supposed to be summary of what do you need. Keep that in mind.
pawn Код:
CMD:jetpack(playerid, params[]) {
return ((gPlayerClass[playerid] == JETTROOPER) ? (SetPlayerSpecialAction(playerid,2)) : (SendClientMessage(playerid, 0xAA3333AA, "ERROR: You Need to be Jettrooper to Fly a Jetpack!")));
}