ladmin 1 little error
#1

when i changed login into dialog i got 1 error and 5 warning
Код:
F:\FreeRoam World\filterscripts\ladmin2.pwn(32) : warning 201: redefinition of constant/macro (symbol "COLOR_BLUE")
F:\FreeRoam World\filterscripts\ladmin2.pwn(569) : warning 204: symbol is assigned a value that is never used: "file"
F:\FreeRoam World\filterscripts\ladmin2.pwn(840) : warning 235: public function lacks forward declaration (symbol "OnPlayerPrivmsg")
F:\FreeRoam World\filterscripts\ladmin2.pwn(5278) : error 017: undefined symbol "params"
F:\FreeRoam World\filterscripts\ladmin2.pwn(5288) : warning 219: local variable "file" shadows a variable at a preceding level
F:\FreeRoam World\filterscripts\ladmin2.pwn(5263) : warning 204: symbol is assigned a value that is never used: "string"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
http://pastebin.com/WhUeTBdC
Reply
#2

Ask in Ladmin topic..
Reply
#3

pawn Код:
if (udb_CheckLogin(PlayerName2(playerid),params))
Change this to

pawn Код:
if (udb_CheckLogin(PlayerName2(playerid),inputtext))
Reply
#4

thx
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)