SA-MP Forums Archive
Help me (Login/Register System) - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Help me (Login/Register System) (/showthread.php?tid=206060)



Help me (Login/Register System) - Piticul - 02.01.2011

I just found a login/register system FS, copied it and i have 4 errors.
http://pastebin.com/QL1zCurA -> Here's the FS.
Errors:
C:\Users\Alexandru_2\Desktop\Server SAMP\filterscripts\login_register.pwn(79) : error 037: invalid string (possibly non-terminated string)
C:\Users\Alexandru_2\Desktop\Server SAMP\filterscripts\login_register.pwn(79) : warning 217: loose indentation
C:\Users\Alexandru_2\Desktop\Server SAMP\filterscripts\login_register.pwn(79) : warning 215: expression has no effect
C:\Users\Alexandru_2\Desktop\Server SAMP\filterscripts\login_register.pwn(79) : error 001: expected token: ";", but found "-identifier-"
C:\Users\Alexandru_2\Desktop\Server SAMP\filterscripts\login_register.pwn(79) : warning 215: expression has no effect
C:\Users\Alexandru_2\Desktop\Server SAMP\filterscripts\login_register.pwn(79) : error 001: expected token: ";", but found "!"
C:\Users\Alexandru_2\Desktop\Server SAMP\filterscripts\login_register.pwn(79) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


4 Errors.
Help me please


Re: Help me (Login/Register System) - HyperZ - 03.01.2011

http://pawn.pastebin.com/hW3ng8gU


Re: Help me (Login/Register System) - Piticul - 03.01.2011

Ok, thanks. It works perfectly! Can you tell me what i did wrong?