Hey,
ich habe eben versucht mein Godfather Script auf 0.3x upzudaten.
In meinem Script verwende ich folgende Plugins:
#include <a_samp>
#include <a_npc>
#include <core>
#include <float>
#include <time>
#include <file>
#include <utils>
#include <morphinc>
#include <M_Bot>
#include <bfx_oStream>
#include <Obj_Streamer>
#include <foXban>
#include <dini>
#include <streamer>
#include <ocmd>
#include <rTune>
#include <a_http>
Beim Compilen kommt folgendes raus:
Code
C:\Users\Spielie\Desktop\samp 0.3x\pawno\include\streamer.inc(352) : warning 201: redefinition of constant/macro (symbol "OnPlayerConnect")
C:\Users\Spielie\Desktop\samp 0.3x\gamemodes\hd.pwn(16546) : warning 217: loose indentation
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
Header size: 15388 bytes
Code size: 2455416 bytes
Data size: 30300468 bytes
Stack/heap size: 32768 bytes; estimated max. usage: unknown, due to recursion
Total requirements:32804040 bytes
2 Warnings.
Alles anzeigen
Wenn ich den Server jetzt starte kommt allerdings folgendes raus:
Code
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3x, (C)2005-2013 SA-MP Team
[13:48:00]
[13:48:00] Server Plugins
[13:48:00] --------------
[13:48:00] Loaded 0 plugins.
[13:48:00]
[13:48:00] Filterscripts
[13:48:00] ---------------
[13:48:00] Loading filterscript 'fire.amx'...
[13:48:00]
--------------------------------------
[13:48:00] Notime's Firework
[13:48:00] --------------------------------------
[13:48:00] Loading filterscript 'test.amx'...
[13:48:00] Loading filterscript '10.9.amx'...
[13:48:00] Loaded 3 filterscripts.
[13:48:00] Script[gamemodes/hd.amx]: Run time error 19: "File or function is not found"
[13:48:00] Number of vehicle models: 0
[13:48:03] [NotimeBot]: FireWorkInfo has succesfully loaded
Alles anzeigen
Was hab ich falsch gemacht?
(das ist mein erstes samp Update)