29.04.2012, 00:55
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
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;
}