Icons - 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: Icons (
/showthread.php?tid=151429)
Icons -
qwqwqw - 30.05.2010
Код:
if(MapIconsShown[playerid] != 1)
{
MapIconsShown[playerid] = 1;
for(new i = 0; i < sizeof(BizzInfo); i++)
{
SetPlayerMapIcon(playerid,i + 1,BizzInfo[i][bEntranceX],BizzInfo[i][bEntranceY],BizzInfo[i][bEntranceZ],36,COLOR_LIGHTRED);
}
for(new i = 0; i < sizeof(SBizzInfo); i++)
{
SetPlayerMapIcon(playerid,i + 20,SBizzInfo[i][sbEntranceX],SBizzInfo[i][sbEntranceY],SBizzInfo[i][sbEntranceZ],36,COLOR_LIGHTRED);
}
for(new h = 0; h < sizeof(HouseInfo); h++)
{
if(HouseInfo[h][hOwned] == 0)
{
SetPlayerMapIcon(playerid,h + 1,HouseInfo[h][hEntrancex],HouseInfo[h][hEntrancey],HouseInfo[h][hEntrancez],31,COLOR_LIGHTRED);
}
if(HouseInfo[h][hOwned] == 1)
{
SetPlayerMapIcon(playerid,h + 1,HouseInfo[h][hEntrancex],HouseInfo[h][hEntrancey],HouseInfo[h][hEntrancez],32,COLOR_LIGHTRED);
}
}
}
return 1;
}
Why it doesn't work? :S
Re: Icons -
azzerking - 30.05.2010
What Error Or Warning Are You Getting
Please Post A Picture Of The Error Or Warnings
Re: Icons -
qwqwqw - 30.05.2010
no I haven't get warnings or errors only there aren''t icons on the map :S and why?
Re: Icons -
azzerking - 30.05.2010
hmmm try reinstalling sa-mp or pawno
Re: Icons -
qwqwqw - 30.05.2010
no, I think there is a other problem :S
Re: Icons -
qwqwqw - 30.05.2010
nobody can help me?
Re: Icons -
Flashy - 30.05.2010
Quote:
Originally Posted by Azzerking
What Error Or Warning Are You Getting
Please Post A Picture Of The Error Or Warnings
|
Picture? Are you crazy?
Just copy&past your errors at pastebin.com
Re: Icons -
azzerking - 30.05.2010
But If Your Good U can Edit It Out So i only see errors
Re: Icons -
qwqwqw - 30.05.2010