20.07.2013, 16:00
i am dont see players marker's in the map!
why??
why??
public OnGameModeInit()
{
ShowPlayerMarkers(1);
return 1;
}
pawn Code:
https://sampwiki.blast.hk/wiki/ShowPlayerMarkers |
ShowPlayerMarkers(1); // 1 means global, and you want it so everyone can see eachother on the map from anywhere
public OnPlayerConnect(playerid)
{
ShowPlayerMarkers(1);
return 1;
}