SERVER: unknown command. /BuyVehicle
#2

I don't know how you type the command in-game. but if you type it like /BuyVehicle..

This:
Код:
if(strcmp(cmd, "/buyvehicle", true) == 0)
Should be this
Код:
if(strcmp(cmd, "/BuyVehicle", true) == 0)
Reply


Messages In This Thread
SERVER: unknown command. /BuyVehicle - by soosk - 24.03.2017, 02:04
Re: SERVER: unknown command. /BuyVehicle - by jasperschellekens - 24.03.2017, 02:20
Re: SERVER: unknown command. /BuyVehicle - by Flamehaze7 - 24.03.2017, 04:02

Forum Jump:


Users browsing this thread: 1 Guest(s)