14.03.2014, 18:27
Hi all.
hOW cAN i make Re Spawn CMd that the BOT Npc car dont Re spawn
I Make This CMD But Re Spawned Npc Bots Car When I Use This CMD.... Any One Can Fix It ? TNX + Rep
hOW cAN i make Re Spawn CMd that the BOT Npc car dont Re spawn
I Make This CMD But Re Spawned Npc Bots Car When I Use This CMD.... Any One Can Fix It ? TNX + Rep
Код:
#pragma unused params
for(new i = 0; i < MAX_VEHICLES; i++)
{
if(!IsPlayerNPC(playerid)) return 0;
SetVehicleToRespawn(i);
}
GetPlayerName(playerid, name, sizeof(name));
format(string, sizeof(string), "[News] %sRe Spawned All Cars.",name);
SendClientMessageToAll(COLOR_PINK, string);
return 1;
}


