SA-MP Forums Archive
players not showed in the map - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: players not showed in the map (/showthread.php?tid=452233)



players not showed in the map - EitayEliyahu - 20.07.2013

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

why??


Re: players not showed in the map - PrivatioBoni - 20.07.2013

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


Re: players not showed in the map - IceBilizard - 20.07.2013

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

https://sampwiki.blast.hk/wiki/ShowPlayerMarkers


Re: players not showed in the map - EitayEliyahu - 20.07.2013

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

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


Re: players not showed in the map - IceBilizard - 20.07.2013

show us your code of player markers


Re: players not showed in the map - rouzbeh - 20.07.2013

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;
}
__________________


Re: players not showed in the map - IceBilizard - 20.07.2013

Remove from onplayerconnect then try


Re: players not showed in the map - EitayEliyahu - 20.07.2013

who's can help me test it?


Re: players not showed in the map - rouzbeh - 20.07.2013

send your server ip


Re: players not showed in the map - EitayEliyahu - 20.07.2013

someone can help me?