I can't compile my GM - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: I can't compile my GM (
/showthread.php?tid=389054)
I can't compile my GM -
cecko1235 - 31.10.2012
When i try to compile my GM i see this warning
Код:
C:\Users\...\Desktop\gangwars\GANGWARS\pawno\include\streamer.inc(491) : warning 201: redefinition of constant/macro (symbol "OnPlayerEnterRaceCheckpoint")
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Warning.
And when i start my server i see this in server_log
Код:
SA-MP Dedicated Server
----------------------
v0.3e, ©2005-2012 SA-MP Team
[19:03:14] filterscripts = "" (string)
[19:03:14]
[19:03:14] Server Plugins
[19:03:14] --------------
[19:03:14] Loading plugin: mysql
[19:03:14]
> MySQL plugin R4-2 successfully loaded.
[19:03:14] Loaded.
[19:03:14] Loading plugin: streamer
[19:03:14]
*** Streamer Plugin v2.5 by Incognito loaded ***
[19:03:14] Loaded.
[19:03:14] Loading plugin: sscanf
[19:03:14]
[19:03:14] ===============================
[19:03:14] sscanf plugin loaded.
[19:03:14] © 2009 Alex "******" Cole
[19:03:14] ===============================
[19:03:14] Loaded.
[19:03:14] Loaded 3 plugins.
[19:03:14]
[19:03:14] Ban list
[19:03:14] --------
[19:03:14] Loaded: samp.ban
[19:03:14]
[19:03:14]
[19:03:14] Filterscripts
[19:03:14] ---------------
[19:03:14] Loaded 0 filterscripts.
[19:03:14] Script[gamemodes/gangwars.amx]: Run time error 19: "File or function is not found"
[19:03:14] Number of vehicle models: 0
Re: I can't compile my GM -
zyghy - 31.10.2012
give me gm
AW: I can't compile my GM -
Skimmer - 31.10.2012
You need to remove
public OnPlayerEnterRaceCheckpoint on your gamemode
STRG + F search for OnPlayerEnterRaceCheckpoint
pawn Код:
public OnPlayerEnterRaceCheckpoint(playerid)
{
return 1;
}
remove it
Re: I can't compile my GM -
cecko1235 - 31.10.2012
@MouseBreaker: I didn't have
public OnPlayerEnterRaceCheckpoint on my GM.
@******: I have it
@zyghy: I'll send you PM with my GM
Re: I can't compile my GM -
cecko1235 - 31.10.2012
@******: Give me the last version
Re: I can't compile my GM -
cecko1235 - 31.10.2012
I have the latest includes ...
Re: I can't compile my GM -
cecko1235 - 31.10.2012
a_samp , Dini , JunkBuster , JunkBusterFS , streamer
AW: I can't compile my GM -
Skimmer - 31.10.2012
Dou you have Teamviewer ? If yes send me PM here on forum with your TV ID and pass.
Re: I can't compile my GM -
cecko1235 - 31.10.2012
I remove JunkBuster and JunkBusterFS and warning was remove but when i start my server i still get this error message
Re: I can't compile my GM -
zyghy - 01.11.2012
i give you gm copiled and all includes in p.m