SA-MP Forums Archive
[FilterScript] Login/Register using ZCMD SSCANF & Y_INI. - 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: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] Login/Register using ZCMD SSCANF & Y_INI. (/showthread.php?tid=206830)

Pages: 1 2


Re: Login/Register using ZCMD SSCANF & Y_INI. - Kasis - 10.01.2011

Wow, looks really hard for me
But i am going to try this out soon, because its look fucking awesome!!!!


Re: Login/Register using ZCMD SSCANF & Y_INI. - luckieluuk - 10.01.2011

I loaded it but nothing is happening at /login and /register and stuff

It just returns Unknown command.

Nevermind, fixed it, forgot to load the sccanf2 plugin


Re: Login/Register using ZCMD SSCANF & Y_INI. - Kasis - 11.01.2011

I am getting 19 errors
Код:
(92) : warning 217: loose indentation
(93) : warning 217: loose indentation
(101) : warning 217: loose indentation
(102) : warning 217: loose indentation
(141) : warning 217: loose indentation
(146) : warning 217: loose indentation
(167) : warning 217: loose indentation
(169) : warning 217: loose indentation
(176) : warning 217: loose indentation
(177) : warning 217: loose indentation
(222) : warning 217: loose indentation
(233) : warning 217: loose indentation
(235) : warning 217: loose indentation
(237) : warning 217: loose indentation
(240) : warning 217: loose indentation
(247) : warning 217: loose indentation
(275) : warning 217: loose indentation
(281) : warning 217: loose indentation
(285) : warning 217: loose indentation
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


19 Warnings.
To see error lines just look in here http://pastebin.com/CSZrCsyG

I hope you can help me!


Re: Login/Register using ZCMD SSCANF & Y_INI. - John_F - 11.01.2011

Those aren't errors -.-"
Loose Indentation means your code isn't indented correctly is all.
use
#pragma tabsize 0
or tidy up your code.
Personally, I prefer tidy'ing up the code, as it makes it easier to read.


Re: Login/Register using ZCMD SSCANF & Y_INI. - Haydz - 11.01.2011

Or just paste your script into here http://dracoblue.net/tidy/pawn/ and it will fix all the warnings.


Re: Login/Register using ZCMD SSCANF & Y_INI. - Kasis - 11.01.2011

Quote:
Originally Posted by John_F
Посмотреть сообщение
Those aren't errors -.-"
Loose Indentation means your code isn't indented correctly is all.
use
#pragma tabsize 0
or tidy up your code.
Personally, I prefer tidy'ing up the code, as it makes it easier to read.
Thanks man
Код:
#pragma tabsize 0
worked.


Re: Login/Register using ZCMD SSCANF & Y_INI. - HyperZ - 11.01.2011

Nice work Zh3r0.


Re: Login/Register using ZCMD SSCANF & Y_INI. - MicroD - 11.01.2011

Very,very good!


Re: Login/Register using ZCMD SSCANF & Y_INI. - Dutchmen0031 - 11.01.2011

C:\Users\Danny\Desktop\Nieuwe map (3)\pawno\include\y_ini.inc(160) : fatal error 100: cannot read from file: "YSI\internal\y_version help please


Re: Login/Register using ZCMD SSCANF & Y_INI. - Nighel - 11.01.2011

Cant i use this with an admin system?


Re: Login/Register using ZCMD SSCANF & Y_INI. - MahmutBey - 24.02.2011

nice job bro I am grateful to you for using y_ini