17.01.2010, 17:52
Maybe its this:
Notice the ( ) around PlayerInfo[carownedplayer][ownedcar]..so you can just change it to:
Or it can be your " CarIcon[carownedplayer] " in your SetPlayerMapIcon as it can be set higher than 100 and 100 is the limit..correct me if im wrong.
pawn Код:
GetVehiclePos((PlayerInfo[carownedplayer][ownedcar]),ppx,ppy,ppz);
pawn Код:
GetVehiclePos(PlayerInfo[carownedplayer][ownedcar],ppx,ppy,ppz);