05.09.2012, 17:31
It's giving me errors, I guess that I'm doing something wrong with it.
Here's the script:
Here's the script:
Quote:
new p_cars[MAX_PLAYERS] |
Quote:
if (pCars[playerid] > 1 ) DestroyVehicle(pCars[playerid]); PutPlayerInVehicle(playerid, CreateVehicle(592, Float, Float:y, Float:z, Float:angle, color1, color2, respawn_delay), 0); pCars[playerid] = GetPlayerVehicleID(playerid); #endif |