28.08.2009, 21:07
Hi. Can somebody help me? I wanna have a command, like /clearveh . If i use the command, evry car with the ID 591 shall Dissapear. I tryed
. I don't get any Errors or Warnings, but if i use the CMD, nothing happens.
Код:
if (strcmp(cmd, "/clearveh ", true)==0) { DestroyVehicleEx(591); return 1;