13.11.2007, 23:23
Quote:
Originally Posted by Mick901
Has somone added any map icons from the "Server Map" into the game mode? if you have can u send me the "code" for what u have added plz, i have know idea what part of the pawn code to add the map icons to,
Thanks, Mick901 |
Quote:
public OnPlayerSpawn(playerid) { SetPlayerMapIcon(playerid,1,X,Y,X,markertype,color);//name here.... SetPlayerMapIcon(playerid,2,X,Y,X,markertype,color);//name here.... } |
color: just works with markertype 1...otherwise just put 0 or 1(its all the same)
got it?
555