29.03.2010, 13:33
Dont bump after 16 mins..
It should be like this:
Or you if you just want the car to respawn you can do like this:
It should be like this:
pawn Код:
if(strcmp(cmdtext, "/destorysultan", true) == 0)
{
DestroyVehicle(Sultan);
return 1;
}
pawn Код:
if(strcmp(cmdtext, "/respawnsultan", true) == 0)
{
SetVehicleToRespawn(Sultan);
return 1;
}