27.10.2017, 13:25
hi sa-mp forum members
newbie here
how do you store three vehicle in array or variable?
// some code here
i want to check the players' vehicle either he\she is in nrg=522, pcj=461 or fcr=521 just like that
but in this case i can only use nrg=522
newbie here
how do you store three vehicle in array or variable?
// some code here
PHP код:
if(vehiclemodel == 522)// nrg
{
SetVehiclePos(vehicleid, x,y,z);
SendClientMessage(playerid,COLOR_RED, COLOR_WHITE" Welcome to San Fierro.");
return 1;
}
but in this case i can only use nrg=522


