help please warning in gamemode ppc_trucking - 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: help please warning in gamemode ppc_trucking (
/showthread.php?tid=506388)
help please warning in gamemode ppc_trucking -
miguelangel988 - 12.04.2014
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"
Re: help please warning in gamemode ppc_trucking -
Abagail - 12.04.2014
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
Respuesta: Re: help please warning in gamemode ppc_trucking -
miguelangel988 - 14.04.2014
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