#Include Problem help
#1

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

you have to put like this:

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

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

Alot more errors now sorry about
*bump*
Reply
#5

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


Forum Jump:


Users browsing this thread: 1 Guest(s)