is that bug? - 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: is that bug? (
/showthread.php?tid=430899)
is that bug? -
icko202 - 15.04.2013
public OnPlayerSpawn(playerid)
{
SetPlayerMapIcon(playerid, 1, 2204.9468, 1986.2877, 16.7380, 6, 0);
return 1;
}
cant see it on the map
Re: is that bug? -
DaTa[X] - 15.04.2013
pawn Код:
SetPlayerMapIcon(playerid, 1, 2204.9468, 1986.2877, 16.7380, 6, 1);
THIS for more info
Re: is that bug? -
icko202 - 15.04.2013
its not showing again