SA-MP Forums Archive
Little bit help. - 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: Little bit help. (/showthread.php?tid=202527)



Little bit help. - Mr.Jvxmc - 24.12.2010

Sup,
thing is Onplayermapicon.
under Onplayerconnect:
Код:
 SetPlayerMapIcon( playerid, 500, 2026.8647,1007.9760,10.8203, 44, 0); // LV (Four Dragons Casino)
- don't show no icon on the map

but if i add in end
Код:
SetPlayerMapIcon( playerid, 500, 2026.8647,1007.9760,10.8203, 44, 0, MAPICON_LOCAL );
then i get a error
Код:
C:\Users\Kodu\Documents\Marek\samp03csvr_RC6_win32\gamemodes\LV-SE.pwn(1371) : error 017: undefined symbol "MAPICON_LOCAL"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
what i need do too ?


Re: Little bit help. - Mr.Jvxmc - 24.12.2010

Help please!!!


Re: Little bit help. - Face9000 - 24.12.2010

pawn Код:
SetPlayerMapIcon( playerid, 500, 2026.8647,1007.9760,10.8203, 44, 1);



Re: Little bit help. - Mr.Jvxmc - 24.12.2010

no errors, but there aren't no icons.


Re: Little bit help. - Mr.Jvxmc - 24.12.2010

please help !!!


Re: Little bit help. - jamesbond007 - 24.12.2010

try 5 instead 500


Re: Little bit help. - Mr.Jvxmc - 24.12.2010

i got solved thanks for helping!.