14.02.2010, 16:32
Is it posible to make a command to delete a vehicle?
Originally Posted by Smiths
Is it posible to make a command to delete a vehicle?
i got this code but it doesn't work ... Код:
if(strcmp(cmd, "/delcar", true) == 0) { SendPlayerFormattedText(playerid,"Vehicle Deleted,0); return 1; |
if(!strcmp(cmdtext, "/delcar", true)) return DestroyVehicle(GetPlayerVehicleID(playerid));