[Help]SetPlayerMapIcon don't work ? - 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]SetPlayerMapIcon don't work ? (
/showthread.php?tid=166901)
[Help]SetPlayerMapIcon don't work ? -
Hor1z0n - 10.08.2010
i put this under OnPlayerSpawn
Код:
SetPlayerMapIcon( playerid, 12, 2487.7107,-1670.5569,13.3359, 62, 0 );//Grove
but when i enter the server the icon don't appear
Re: [Help]SetPlayerMapIcon don't work ? -
Dolph - 10.08.2010
But it under OnPlayerConnect
Re: [Help]SetPlayerMapIcon don't work ? -
Hor1z0n - 10.08.2010
i put it under OnPlayerConnect but the same problem
Re: [Help]SetPlayerMapIcon don't work ? -
Hor1z0n - 13.08.2010
up!!!!!!!!
Re: [Help]SetPlayerMapIcon don't work ? -
Jakku - 13.08.2010
Make sure that none of currently existing mapicons does not have the same "12" - parameter
Re: [Help]SetPlayerMapIcon don't work ? -
Hernaner28 - 13.08.2010
That is. The ID must be different on each icon... if not only will apear one of them (the first)
Re: [Help]SetPlayerMapIcon don't work ? -
Hor1z0n - 14.08.2010
solved...