3 Warning(s) - Help this noob scripter!
#1

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

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 !"}

};
Reply
#3

or just use
pawn Код:
#pragma unused BotMessages
#pragma unused GodTimer
#pragma unused Serverbot
Reply
#4

dont work
Reply
#5

Quote:
Originally Posted by Virtual1ty
or just use
pawn Код:
#pragma unused BotMessages
#pragma unused GodTimer
#pragma unused Serverbot
ah thanks!
Reply
#6

no problem
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)