Quote:
Originally Posted by MadeMan
pawn Код:
new Float:x,Float:y,Float:z; position = GetVehiclePos(playerid, x, y, z); position == 16
What should this part do?
|
Oh, so there are variables, these are used to get the player position, so I get position with function GetVehiclePos how you see, and store it into next variable position and than if it's equal to the checkpoint 16 position it will do what I wrote after it.So that's what these code lines doing.