24.03.2017, 02:20
I don't know how you type the command in-game. but if you type it like /BuyVehicle..
This:
Should be this
This:
Код:
if(strcmp(cmd, "/buyvehicle", true) == 0)
Код:
if(strcmp(cmd, "/BuyVehicle", true) == 0)