SA-MP Forums Archive
Help Please - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Help Please (/showthread.php?tid=207440)



Help Please - Ironboy - 06.01.2011

i cant see the player in the map.I want to set it
how to do that ? Is it possible?


Re: Help Please - Kitten - 06.01.2011

What do u mean you cant see the player in the map
Do you mean this?
https://sampwiki.blast.hk/wiki/SetPlayerMarkerForPlayer


Re: Help Please - Ironboy - 06.01.2011



i mean this
on the left side below


Re: Help Please - HyperZ - 06.01.2011

pawn Код:
public OnPlayerSpawn(playerid)
{
    SetPlayerVirtualWorld(playerid, 0);
    return 1;
}
or put it onplayerconnect.