16.08.2018, 01:40
I see that the problem is "PutPlayerInVehicle" when I put a timer the function is executed well.
some solution for that?
some solution for that?
PHP Code:
SetTimerEx("test", 3000, false, "i", playerid); //In the code
forward test(playerid);
public test(playerid)
{
PutPlayerInVehicle(playerid, PI[playerid][P_DERBY_VEHICLEID], 0);
return 1;
}
