INC Problems
#8

You can't create native functions like that - read the pawn-language documentation to see how native functions are created or see How to create a plugin Tutorial. You can comment the native part so it will appear in your native list - right side of pawno:

pawn Код:
#include <a_samp>

/*
native Repair(vehicleid);
*/


stock Repair(vehicleid)
{
    RepairVehicle(vehicleid);
}
Reply


Messages In This Thread
INC Problems - by Zonoya - 04.11.2011, 15:39
Re: INC Problems - by =WoR=G4M3Ov3r - 04.11.2011, 15:41
Re: INC Problems - by Zonoya - 04.11.2011, 15:42
Re: INC Problems - by =WoR=G4M3Ov3r - 04.11.2011, 15:44
Re: INC Problems - by Zonoya - 04.11.2011, 15:48
Re: INC Problems - by =WoR=G4M3Ov3r - 04.11.2011, 15:49
Re: INC Problems - by Zonoya - 04.11.2011, 15:53
Re: INC Problems - by SmiT - 04.11.2011, 16:08
Re: INC Problems - by =WoR=G4M3Ov3r - 04.11.2011, 16:11
Re: INC Problems - by Zonoya - 04.11.2011, 16:16

Forum Jump:


Users browsing this thread: 4 Guest(s)