REP+ Map icon for car export not appearing
#3

OnTopic:The FS is outdated. Put this in function StartNewGame() after line 707 (make sure it has correct identation)
PHP Code:
        new Float:ExportCarPos[3];
        
GetVehiclePos(ExportVehicle,ExportCarPos[0],ExportCarPos[1],ExportCarPos[2]);
        for(new 
iGetPlayerPoolSize(); i++)
        {
            
SetPlayerMapIcon(i99ExportCarPos[0], ExportCarPos[1], ExportCarPos[2], 440MAPICON_GLOBAL);
        } 
OffTopic:Really, this FS is very, very outdated. Better make yourself one. You will get a better result.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)