Problem map icon - 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: Problem map icon (
/showthread.php?tid=559376)
Problem map icon -
Mijata - 22.01.2015
why i can't see icon on map
Код:
public OnPlayerConnect(playerid)
{
SetPlayerMapIcon(playerid,1,-165.7226,2422.5813,23.1926,22,0,MAPICON_LOCAL);
new string[64], pName[MAX_PLAYER_NAME];
GetPlayerName(playerid,pName,MAX_PLAYER_NAME);
format(string,sizeof string,"{00FFE5}%s {FF0000}has joined !",pName);
SendClientMessageToAll(-1,string);
return 1;
}
Re: Problem map icon -
Mijata - 22.01.2015
bump
Re: Problem map icon -
Schneider - 22.01.2015
There's nothing wrong with it... i works fine:
Re: Problem map icon -
Crayder - 22.01.2015
It works for me also, plus: don't bump that early, you only waited less than 2 hours. Your supposed to wait 24 hours.
Re: Problem map icon -
Mijata - 22.01.2015
for me it can't work what can be problem
Re: Problem map icon -
Schneider - 22.01.2015
- You're looking at the wrong place?
- Did you create another mapicon with id 1?
Re: Problem map icon -
Mijata - 22.01.2015
ahh i remember i have already icon with id 1 thanks for help + rep