25.03.2011, 15:16
When i place a SetPlayerMapIcon in my script, and compile, it gives me no errors and the icon is working. But when I create a second SetPlayerMapIcon, both icons dont work anymore :/ heres the code:
Can someone help me please? I am using Midostreams Streamer. And I placed this code in a filterscript.
Thanks in advance
Код:
public OnPlayerConnect( playerid ) { SetPlayerMapIcon( playerid, 12, -95.6989,-385.3191,1.4297, 52, 0, MAPICON_LOCAL ); //test1 SetPlayerMapIcon( playerid, 12, 2204.9468, 1986.2877, 16.7380, 52, 0, MAPICON_LOCAL ); //test2 }
Thanks in advance