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