15.04.2010, 09:59
Quote:
Originally Posted by Simon
"SetPlayerMarkerForPlayer(playerid,i,0xFF0000F F);"
You want to show "playerid" on i's radar, right? If so then you need to switch around the parameters to this: SetPlayerMarkerForPlayer(i,playerid,0xFF0000FF); |
