06.12.2009, 11:32
Hello my Varible code looks like this
InTopOfScript:
OnGameModeInit()
OnPlayerCommandText()
But Still i get those warnings
anyone knows how i cloud fix the varibles warnings ?
Oh btw
and
InTopOfScript:
Код:
new Enable = true;
Код:
Enable = true;//This i think does so when i start up the server its enable the Ooc chat
Код:
if(Enable == true)
Код:
C:\Users\Steven\Desktop\Server\gamemodes\Streetlife.pwn(180) : warning 213: tag mismatch C:\Users\Steven\Desktop\Server\gamemodes\Streetlife.pwn(188) : warning 213: tag mismatch Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 2 Warnings.
Oh btw
Код:
if(Enable == true)// is line 180
Код:
if(Enable == false)// is line 188