Map Icon Help
#1

pawn Код:
public OnGameModeInit()
{
    for(new i = 0; i < sizeof(BusinessInfo); i++)
    {
        if(BusinessInfo[i][bType] == 3) //Clothes
        {
            for(new a = 0; a < MAX_PLAYERS; a++)
            {
                SetPlayerMapIcon( a, 12, BusinessInfo[i][bExitX], BusinessInfo[i][bExitY], BusinessInfo[i][bExitZ], 52, 0, MAPICON_LOCAL );
            }
        }
    }
This compiled fine but didn't work. Is there any way I can do map icons like this for my businesses?
Reply


Messages In This Thread
Map Icon Help - by Phil_Cutcliffe - 18.12.2013, 00:41
Re: Map Icon Help - by Threshold - 18.12.2013, 01:22
Re: Map Icon Help - by Phil_Cutcliffe - 18.12.2013, 02:56

Forum Jump:


Users browsing this thread: 2 Guest(s)