23.06.2014, 15:01
im using kreison npc robbery include.
when i add at my gamemode #include <npcrob> it shows this error
Maybe because at the include i added #include <a_samp> etc.. ??
after this problem i changed the include to filterscript.
now i added
but still the npc at the shop isnt showing :/
can anyone explain me? thanks
when i add at my gamemode #include <npcrob> it shows this error
pawn Код:
[17:18:23] Script[gamemodes/cnr.amx]: Run time error 19: "File or function is not found"
[17:18:23] Number of vehicle models: 0
after this problem i changed the include to filterscript.
now i added
pawn Код:
AddRobNPC(10,-22.1111,-140.3159,1003.5469,359.4052, 6, 16, 6000, 12000);
can anyone explain me? thanks