warning 203: symbol is never used: "SetPlayerToTeamColor" - 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: warning 203: symbol is never used: "SetPlayerToTeamColor" (
/showthread.php?tid=468961)
warning 203: symbol is never used: "SetPlayerToTeamColor" -
Mizaki - 11.10.2013
Please help me,i get one warning when i try to compile.
Код:
C:\Users\user\Desktop\Sa-mp server\My server\gamemodes\TDM.pwn(286) : warning 203: symbol is never used: "SetPlayerToTeamColor"
I follow Everything in making a team deathmatch,
https://sampwiki.blast.hk/wiki/PAWN_tutorial_1,Help me please,Thank you.
Re: warning 203: symbol is never used: "SetPlayerToTeamColor" -
Konstantinos - 11.10.2013
Use
stock before.
pawn Код:
stock SetPlayerToTeamColor(playerid)
Respuesta: warning 203: symbol is never used: "SetPlayerToTeamColor" -
DanDRT - 11.10.2013
case no use function use > stock,
case use function no use stock.
Sorry for my bad english!