Destorying a car.
#3

Dont bump after 16 mins..
It should be like this:
pawn Код:
if(strcmp(cmdtext, "/destorysultan", true) == 0)
   {
     DestroyVehicle(Sultan);
     return 1;
   }
Or you if you just want the car to respawn you can do like this:
pawn Код:
if(strcmp(cmdtext, "/respawnsultan", true) == 0)
   {
     SetVehicleToRespawn(Sultan);
     return 1;
   }
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: 2 Guest(s)