Hallo Leute,
Ich habe ein erneutes Problem und zwar:
Wenn ich den Server starte läuft alles bis auf das:
Script[gamemodes/[NeR]Script.amx]: Run time error 19: "File or function is not found"
Ich glaub es macht nichts aus, aber wenn ich auf den Server joine, schließt sich automatisch
meine samp-server.exe.
Liegt es daran dass ich hier Function statt public überall habe?
Function OnPlayerConnect(playerid)
Weil defined hab ich es ja..
#define Function%0(%1) forward%0(%1); public%0(%1)
Hier mal ein Ausschnitt meiner server_log:
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3x, (C)2005-2013 SA-MP Team
[15:01:58]
[15:01:58] Server Plugins
[15:01:58] --------------
[15:01:58] Loaded 0 plugins.
[15:01:58]
[15:01:58] Filterscripts
[15:01:58] ---------------
[15:01:58] Loading filterscript 'autohaus.amx'...
[15:01:58] ----------------------------------
[15:01:58] ~*~ Mobile Cardealership 1.4 ~*~
[15:01:58] ~*~ (c) 2009 by ping ~*~
[15:01:58] ----------------------------------
[15:01:58] Loading filterscript 'autohaus1.amx'...
[15:01:58] ----------------------------------
[15:01:58] ~*~ Mobile Cardealership 1.4 ~*~
[15:01:58] ~*~ (c) 2009 by ping ~*~
[15:01:58] ----------------------------------
[15:01:58] Loading filterscript 'blink.amx'...
[15:01:58]
--------------------------------------
[15:01:58] Blinker-System by m33p4r34l
[15:01:58] --------------------------------------
[15:01:58] Loading filterscript 'motd.amx'...
[15:01:58]
--------------------------------------
[15:01:58] MOTD filterscript
[15:01:58] --------------------------------------
[15:01:58] Loading filterscript 'Motd-gfr.amx'...
[15:01:58] Loading filterscript 'SP.amx'...
[15:01:58] Loading filterscript 'Support.amx'...
[15:01:58] Loading filterscript 'Waffen-drop.amx'...
[15:01:58] Loaded 8 filterscripts.
[15:01:58] Wetter ID: 7
[15:01:58] Script[gamemodes/[NeR]Script.amx]: Run time error 19: "File or function is not found"
[15:01:58] Number of vehicle models: 34
[15:02:30] Incoming connection: 127.0.0.1:62341
[15:02:31] [join] [NeR]Simon has joined the server (0:127.0.0.1)
Ich danke euch schon mal im vorraus.