Player's Car Icon doesn't show up :(
#2

Maybe its this:
pawn Код:
GetVehiclePos((PlayerInfo[carownedplayer][ownedcar]),ppx,ppy,ppz);
Notice the ( ) around PlayerInfo[carownedplayer][ownedcar]..so you can just change it to:
pawn Код:
GetVehiclePos(PlayerInfo[carownedplayer][ownedcar],ppx,ppy,ppz);
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.
Reply


Messages In This Thread
Player's Car Icon doesn't show up :( - by aNdReSkKkK - 17.01.2010, 17:37
Re: Player's Car Icon doesn't show up :( - by s0nic - 17.01.2010, 17:52
Re: Player's Car Icon doesn't show up :( - by aNdReSkKkK - 17.01.2010, 18:15

Forum Jump:


Users browsing this thread: 1 Guest(s)