3 Warning(s) - Help this noob scripter! - 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: 3 Warning(s) - Help this noob scripter! (
/showthread.php?tid=103594)
3 Warning(s) - Help this noob scripter! -
Lynax - 20.10.2009
C:\Documents and Settings\Kerim\Desktop\LSTDM 0.5\LSTDM2.pwn(409) : warning 203: symbol is never used: "BotMessages"
C:\Documents and Settings\Kerim\Desktop\LSTDM 0.5\LSTDM2.pwn(409) : warning 203: symbol is never used: "GodTimer"
C:\Documents and Settings\Kerim\Desktop\LSTDM 0.5\LSTDM2.pwn(409) : warning 203: symbol is never used: "Serverbot"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
3 Warnings.
http://pastebin.com/f70051018
Thanks!
Re: 3 Warning(s) - Help this noob scripter! -
Peter_Corneile - 20.10.2009
Remove these lines from the script
pawn Код:
new Serverbot;
new GodTimer;
new BotMessages[5][256] =
{
{"Bot: Takim arkadaslarini oldurmek kick sebebidir!!"},
{"Bot: Kurallara goz at!"},
{"Bot: Buyuk harfle yazmamaya dikkat et"},
{"Bot: Hile Kullanma ;)"},
{"Bot: Hadi dostum !"}
};
Re: 3 Warning(s) - Help this noob scripter! -
Virtual1ty - 20.10.2009
or just use
pawn Код:
#pragma unused BotMessages
#pragma unused GodTimer
#pragma unused Serverbot
Re: 3 Warning(s) - Help this noob scripter! -
Lynax - 20.10.2009
dont work
Re: 3 Warning(s) - Help this noob scripter! -
Lynax - 20.10.2009
Quote:
Originally Posted by Virtual1ty
or just use
pawn Код:
#pragma unused BotMessages #pragma unused GodTimer #pragma unused Serverbot
|
ah thanks!
Re: 3 Warning(s) - Help this noob scripter! -
Virtual1ty - 20.10.2009
no problem