17.08.2012, 08:34
First of all we arent macines so we can read it wrap it in [pawn]
Like this
Do the same thing with other also so its readable.
Like this
pawn Код:
I know the code now...
if(IsPlayerInAnyVehicle(playerid))
{
SetVehiclePos(GetPlayerVehicleID(playerid),Checkpo intGara[listitem][0][CXPos],CheckpointGara[listitem][0][CYPos],CheckpointGara[listitem][0][CZPos]);
}
else
{
SetPlayerPos(playerid,CheckpointGara[listitem][0][CXPos],CheckpointGara[listitem][0][CYPos],CheckpointGara[listitem][0][CZPos]);
}