02.05.2012, 18:40
Hello.
I want to create simple car freezing system with command
Like this :
It is possible?
If it possible then can someone explain little bit, how can I create command like this.
Thanks For Attention.
I want to create simple car freezing system with command
Like this :
Code:
if(strcmp(cmdtext, "/freezecar", true)==0) { Freeze(vehicleid); return 1; }
If it possible then can someone explain little bit, how can I create command like this.
Thanks For Attention.