11.03.2009, 21:33
http://pastebin.com/m59136e01
Its work, but with "SERVER: Unknow Command", whats wrong?. Sorry for my bad English
Its work, but with "SERVER: Unknow Command", whats wrong?. Sorry for my bad English
Originally Posted by [Fackin'
Pyro ]
For the love of god, indent. http://pastebin.com/f499441d8 I can't seem to find anything wrong with it. Make sure OnPlayerCommandText's return is set to 0. |
Originally Posted by MenaceX^
Quote:
|
public crappyindentation() {
if(2+2=4) {
Blah(); } else {
Bleh(); } return 1;}
public crappyindentation()
{
if(2+2=4)
{
Blah();
}
else
{
Bleh();
}
return 1;
}
if(2+2=4)
/index.php?topic=92787.0(3) : warning 211: possibly unintended assignment /index.php?topic=92787.0(3) : error 022: must be lvalue (non-constant) /index.php?topic=92787.0(3) : warning 215: expression has no effect /index.php?topic=92787.0(3) : error 001: expected token: ";", but found ")" /index.php?topic=92787.0(3) : error 029: invalid expression, assumed zero /index.php?topic=92787.0(3) : fatal error 107: too many error messages on one line |