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