help please warning in gamemode ppc_trucking
#1

please help with the warning to create pilot's license in the gamemode ppc_trucking

PPC_Trucking.pwn(37896) : warning 203: symbol is never used: "Dialog_PilotSelectEndLoc"
PPC_Trucking.pwn(37896) : warning 203: symbol is never used: "Dialog_PilotSelectLoad"
PPC_Trucking.pwn(37896) : warning 203: symbol is never used: "Dialog_PilotSelectStartLoc"
Reply
#2

Place this at the top of your game-mode beneath your includes.

pawn Код:
#pragma unused Dialog_PilotSelectEndLoc
#pragma unused Dialog_PilotSelectLoad
#pragma unused Dialog_PilotSelectStartLoc
Reply
#3

Quote:
Originally Posted by Abagail
Посмотреть сообщение
Place this at the top of your game-mode beneath your includes.

pawn Код:
#pragma unused Dialog_PilotSelectEndLoc
#pragma unused Dialog_PilotSelectLoad
#pragma unused Dialog_PilotSelectStartLoc
thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)