players not showed in the map
#1

i am dont see players marker's in the map!

why??
Reply
#2

Show us your code please, also, you're not making much sense here.
Reply
#3

pawn Code:
public OnGameModeInit()
{
    ShowPlayerMarkers(1);
    return 1;
}

https://sampwiki.blast.hk/wiki/ShowPlayerMarkers
Reply
#4

Quote:
Originally Posted by IceBilizard
View Post
pawn Code:
public OnGameModeInit()
{
    ShowPlayerMarkers(1);
    return 1;
}

https://sampwiki.blast.hk/wiki/ShowPlayerMarkers
not working!
Reply
#5

show us your code of player markers
Reply
#6

Under OnPlayerConnect do this..

pawn Code:
pawn Code:
ShowPlayerMarkers(1);     // 1 means global, and you want it so everyone can see eachother on the map from anywhere
so it should look something like this

pawn Code:
pawn Code:
public OnPlayerConnect(playerid)
{
    ShowPlayerMarkers(1);
   
    return 1;
}
__________________
Reply
#7

Remove from onplayerconnect then try
Reply
#8

who's can help me test it?
Reply
#9

send your server ip
Reply
#10

someone can help me?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)