I can't compile my GM
#1

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
Reply
#2

give me gm
Reply
#3

You need to remove public OnPlayerEnterRaceCheckpoint on your gamemode

STRG + F search for OnPlayerEnterRaceCheckpoint

pawn Код:
public OnPlayerEnterRaceCheckpoint(playerid)
{
    return 1;
}
remove it
Reply
#4

@MouseBreaker: I didn't have public OnPlayerEnterRaceCheckpoint on my GM.
@******: I have it
@zyghy: I'll send you PM with my GM
Reply
#5

@******: Give me the last version
Reply
#6

I have the latest includes ...
Reply
#7

a_samp , Dini , JunkBuster , JunkBusterFS , streamer
Reply
#8

Dou you have Teamviewer ? If yes send me PM here on forum with your TV ID and pass.
Reply
#9

I remove JunkBuster and JunkBusterFS and warning was remove but when i start my server i still get this error message
Reply
#10

i give you gm copiled and all includes in p.m
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)