15.04.2016, 23:31
put under [html]new newcar = GetPlayerVehicleID(playerid);[HTML]
instead of gLogged put if you have gPlayerLogged , or what you have
and instead of [html]else return SCM(playerid,-1,"You are not a pizza boy.");[HTML]
put this:
Код HTML:
if(gLogged[playerid] == 0) return SendClientMessage(playerid, COLOR_ERROR, "You are not logged in.");
and instead of [html]else return SCM(playerid,-1,"You are not a pizza boy.");[HTML]
put this:
Quote:
else { SendClientMessage(playerid, COLOR_ERROR, "You don't have any fish in that slot."); return } |