Big noob alert
#1

I'm trying out ZCMD, and whatever I type it returns Unknown Command. Prob something I forgot to add?

pawn Код:
COMMAND:fixvehicle(playerid, params[])
{
    #pragma unused params

    new vid = GetPlayerVehicleID(playerid);
    RepairVehicle(vid);
   
    SendClientMessage(playerid, COLOR_WHITE, "NOTE » Your vehicle has been repaired!");
   
    return 1;
}
Reply


Messages In This Thread
Big noob alert - by _rAped - 02.01.2011, 01:11
Re: Big noob alert - by cessil - 02.01.2011, 01:15
Re: Big noob alert - by _rAped - 02.01.2011, 01:15
Re: Big noob alert - by blackwave - 02.01.2011, 01:17
Re: Big noob alert - by _rAped - 02.01.2011, 01:18
Re: Big noob alert - by DarrenReeder - 02.01.2011, 01:45
Re: Big noob alert - by Anthonyx3' - 02.01.2011, 02:04
Re: Big noob alert - by DRIFT_HUNTER - 02.01.2011, 02:28
Re: Big noob alert - by _rAped - 02.01.2011, 02:41
Re: Big noob alert - by [WF]Demon - 02.01.2011, 03:21

Forum Jump:


Users browsing this thread: 6 Guest(s)