04.06.2014, 16:57
i want to make it work in this way:
if player trying to get in this vehicles as a driver:
(until NoobVehicle[18], if you didn't understood "||" means or)
its will do this:
I want it will work with the public OnPlayerChangeKeyState please
pawn Код:
if(DOF2_GetInt(pFile(playerid),"Level")>3)
pawn Код:
NoobVehicle[1] || NoobVehicle[2] || NoobVehicle[3]
its will do this:
pawn Код:
GetPlayerPos(playerid,fX,fY,fZ);
SetPlayerPos(playerid,fX,fY,fZ+1);