Error virtual world
#4

I guess you can use a timer in the derby system.

Example:

PHP код:
new TIMERS[MAX_PLAYERS][1];
//after CreateVehicle
TIMERS[playerid][0] = SetTimerEx("PutPlayerVehicleDerby"200false"i"playerid);
//Somewhere in your script
forward PutPlayerVehicleDerby(playerid);
public 
PutPlayerVehicleDerby(playerid)
{
    
PutPlayerInVehicle(playeridDERBYVEHICLEID0);
    return 
1;

Reply


Messages In This Thread
Error virtual world - by SapMan - 18.08.2018, 19:58
Re: Error virtual world - by J0sh... - 18.08.2018, 23:39
Re: Error virtual world - by SapMan - 18.08.2018, 23:52
Re: Error virtual world - by Undef1ned - 30.08.2018, 04:00
Re: Error virtual world - by CantBeJohn - 30.08.2018, 12:49
Re: Error virtual world - by SapMan - 30.08.2018, 19:36

Forum Jump:


Users browsing this thread: 1 Guest(s)