02.04.2012, 03:34
title says it all, how can i do that?
new Car[MAX_PLAYERS] = 0;
CMD:car(playerid, params[])
{
if(Car[playerid] != 0) DestroyVehicle(Car[playerid]); //destroy it, then we continue down the script
Car[playerid] = CreateVehicle(blah blah blah);
return 1;
}