18.08.2011, 12:25
(
Последний раз редактировалось xbox360boy66; 18.08.2011 в 12:25.
Причина: opps
)
how would i set a cmd so if i said /nrg id get on a NRG bike..?
is it sommin alon the lines of
is it sommin alon the lines of
Код:
dcmd_abike(playerid,params[]) { #pragma unused params if(AccInfo[playerid][Level] >= 2) { if (!IsPlayerInAnyVehicle(playerid)) { CarSpawner(playerid,522); SendCommandToAdmins(playerid,"ABike"); return SendClientMessage(playerid,yellow,"|- Bike Successfully Created! -|"); } else return SendClientMessage(playerid,red,"Error: You already have a vehicle"); } else return ErrorMessages(playerid, 7); }