17.01.2013, 14:45
Hey, so what is wrong with this code? If i type a command then unknown command :S help please.
http://pastebin.com/JGUNSXQF
http://pastebin.com/JGUNSXQF
C:\Users\ilmar\Desktop\NEBULOS FUN\filterscripts\Kodud(tццtlemisel).pwn(423) : warning 203: symbol is never used: "IsNumeric" C:\Users\ilmar\Desktop\NEBULOS FUN\filterscripts\Kodud(tццtlemisel).pwn(423) : warning 203: symbol is never used: "ReturnUser" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 2 Warnings.
dcmd(majainfo,9,cmdtext); //this is 8 characters long, yet you've said it's 9
dcmd(sisene,5,cmdtext); //this is 6 characters long, yet you've said it's 5
dcmd(lahku,4,cmdtext); //4; should be 5
dcmd(uuendamaja,5,cmdtext); //5; should be 10
dcmd(lukusta,9,cmdtext); //9; should be 7
dcmd(vlukusta,11,cmdtext); //11; should be 8
dcmd(ostamaja,8,cmdtext); //correct
dcmd(mmaja,9,cmdtext); //9; should be 5
dcmd(katkestam,9,cmdtext); //correct
dcmd(tekitamaja,11,cmdtext); //11; should be 10
dcmd(eemaldamaja,12,cmdtext); //12; should be 11