31.05.2017, 18:25
That's the right one but he needs it like that
as he isnt using ZCMD
Код:
if(!strcmp(cmdtext,"/fb", true)) { new v; if(sscanf(params, "i", v)) return SendClientMessage(playerid, -1, "/fb <car id>"); if(!IsValidVehicle(v)) return 1; DestroyVehicle(v); return 1; }