Run Time Error Need help!
#1

Error: Function not registered: 'GetCountryName'
Script[gamemodes/satdm_v13.amx]: Run time error 19: "File or function is not found"
Number of vehicle models: 0

How to finde and fix this because l didnt do anything?
Reply
#2

It's one of your plugins that aren't being started.

On the top of your script, paste all of the #define's to me in a [pawn] code tag.
Reply
#3

#define HOLDING(%0) \
((newkeys & (%0)) == (%0))
#define RELEASED(%0) \
(((newkeys & (%0)) != (%0)) && ((oldkeys & (%0)) == (%0)))
#define B_FILE_LOAD "SATDM/Businesses/businesses_setup.txt"
#define B_FILE_SAVE "SATDM/Businesses/businesses_save.txt"
#define V_FILE_LOAD "SATDM/Vehicles/vehicles_setup.txt"
#define V_FILE_SAVE "SATDM/Vehicles/vehicles_save.txt"
#define TEMP_PARK //Comment this to Enable permanent parking for regular players
#define B_ICON 1272
#define B_ICON_TYPE 23
#define PD_TIMER 1800000
#define CALL_UNIT_COST 1
#define DEFAULT_OWNER "[null]"
#define B_LIMIT 2800

#define RC_BANDIT 441
#define RC_BARON 464
#define RC_GOBLIN 501
#define RC_RAIDER 465
#define D_TRAM 449
#define RC_TANK 564
#define RC_CAM 594

This? its all of the Defines l have on top others are colours and skins
Reply
#4

Shit, I meant the #includes

Sorry pal.
Reply
#5

np
is this?
#include <a_samp>
#include <Ldudb>
#include <KZI>
#include <streamer>
#include <YSF>
#include <zcmd>
Reply
#6

Have you got the Streamer include on the plugin lines on the Server.cfg?
Reply
#7

no just streamer
Reply
#8

What? What do you mean?
Reply
#9

this:
plugins GeoIP_Plugin streamer YSF nativechecker


my plugin line
Reply
#10

Well; you haven't got GeoIP_Plugin on the includes, nor do you have nativechecker. So both of them can be removed from the line.

What is the actual problem that you have?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)