27.12.2010, 12:19
about that, i add under
i respawn all cars, but nothin'
what is the prob ?
pawn Code:
public OnGameModeInit()
pawn Code:
for(new i=1; i<MAX_VEHICLES; i++)
{
SetVehicleNumberPlate(i, "WWW.SA-MP.COM");
SetVehicleToRespawn(i);
}
what is the prob ?