Car Respawn Help
#1

Hello i need Car Respawn With timer of 10 seconds means that there is another car seconds Reset
Reply
#2

You wan this?:https://sampwiki.blast.hk/wiki/AddStaticVehicleEx
Reply
#3

pawn Код:
// On top of the script ...
forward CarRespawn();


public OnGameModeInit()
{
    SetTimer("CarRespawn",10000,false);
}

// Put this anywhere you want ...
public message()
{
    for(new i = 0; i < MAX_VEHICLES; i++)
{
    SetVehicleToRespawn(i);
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)