14.01.2017, 12:30
Sу traduzi do colega acima:
pawn Code:
CMD:jetpack(playerid, params[])
{
if(PlayerInfo[playerid][pVipLevel] < 3) return SendClientMessage(playerid, COLOR_RED, VIPERROR);
SetPlayerSpecialAction(playerid,SPECIAL_ACTION_USEJETPACK);
return SendClientMessage(playerid, COLOR_VIP, "[ > ] Vocк pegou o Jetpack Vip!");
}