first time trying ZCMD lol
#2

Put ZCMD out of callback ZCMD doesn't support any callback
just put it outside, ZCMD is not the same as strcmp.

just like this

pawn Код:
CMD:rdmtune(playerid, params[])
{
    vehid = GetPlayerVehicleID(playerid);
    TuneVehicleRandomly(vehid);
    return 1;
}
Reply


Messages In This Thread
first time trying ZCMD lol - by xXitsgodzillaXx - 29.04.2012, 00:53
Re: first time trying ZCMD lol - by JaKe Elite - 29.04.2012, 00:55
Re: first time trying ZCMD lol - by xXitsgodzillaXx - 29.04.2012, 01:00
Re: first time trying ZCMD lol - by Ballu Miaa - 29.04.2012, 01:09

Forum Jump:


Users browsing this thread: 1 Guest(s)