18.12.2015, 07:30
when i use this commands,i can buy car,but it show unknown commands,but this CMD WORK
PHP код:
CMD:vbuy(playerid,params[]) {
SendClientMessage(playerid,0xC0C0C0FF,"You have buy this car.");
buycar(playerid);
}
CMD:vsell(playerid,params[]) {
sellcar(playerid);
SendClientMessage(playerid,0xC0C0C0FF,"You have sell this car.");
}