Destorying a car.
#1

I'm looking to have a car in my script, i have done the
Код:
new Sultan;
and in my OnGameModeInit I've done
Код:
Sultan = AddStaticVehicle(560,286.7310,-1155.9542,80.6157,224.1309,0,0); // SULTAN
Now i'm looking to make a command that destorys that car, so it respawns, something like this
Код:
if(strcmp(cmdtext, "/destorysultan", true) == 0)
   {
     
     Sultan = DestroyVehicle;
     return 1;
   }
any clues?
Reply


Messages In This Thread
Destorying a car. - by xLowrider - 29.03.2010, 13:00
Re: Destorying a car. - by xLowrider - 29.03.2010, 13:16
Re: Destorying a car. - by Fj0rtizFredde - 29.03.2010, 13:33
Re: Destorying a car. - by xLowrider - 29.03.2010, 13:38

Forum Jump:


Users browsing this thread: 1 Guest(s)