SA-MP Forums Archive
#Include Problem help - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: #Include Problem help (/showthread.php?tid=89838)



#Include Problem help - [DD]FlameOFDeath - 04.08.2009

i added a include
#include <Double-O-Objects>

but then i get the following

Код:
warning 203: symbol is never used: "DOO_OnGameModeInit"
warning 203: symbol is never used: "DOO_OnPlayerConnect"
warning 203: symbol is never used: "DOO_OnPlayerDisconnect"
what do i add.. esactly
last time some one said
put Add DOO_OnGameModeInit onto OnGameModeInit
But it didnt work

Please post the codes i need ive been trying for 3 hours now


Re: #Include Problem help - arnutisz - 04.08.2009

you have to put like this:

pawn Код:
public OnGmaeModeInt()
{
  DOO_OnGameModeInit();
}



Re: #Include Problem help - [DD]FlameOFDeath - 04.08.2009

now i get
Код:
warning 201: redefinition of constant/macro (symbol "MAX_STREAM_OBJECTS")
error 021: symbol already defined: "DOO_OnGameModeInit"
error 010: invalid function or declaration
warning 203: symbol is never used: "DOO_OnGameModeInit"
warning 203: symbol is never used: "DOO_OnPlayerConnect"
warning 203: symbol is never used: "DOO_OnPlayerDisconnect"
lol


Re: #Include Problem help - [DD]FlameOFDeath - 04.08.2009

Alot more errors now sorry about
*bump*


Re: #Include Problem help - Woet - 04.08.2009

'You can bump topics when the last reply is at least 12 hours old.'