SA-MP Forums Archive
[FilterScript] Simple AKA - 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] Simple AKA (/showthread.php?tid=660210)



Simple AKA - scripter112 - 27.10.2018

Simple AKA

This filterscript was made by [BG][NCS]Abaddon

Credits:
Code:
Y_Less - sscanf
Zeex - zcmd
DracoBlue - dini2
Commands:
Code:
/aka - check player's aka
Download
Pastebin



Re: Simple AKA - youssef2016 - 27.10.2018

Any screenshots? Any features?


Re: Simple AKA - scripter112 - 27.10.2018

Download it and see


Re: Simple AKA - cSharp - 27.10.2018

Quote:
Originally Posted by scripter112
View Post
Download it and see
No thanks.


Upload it to https://pastebin.com/ or in CODE elements.


Re: Simple AKA - scripter112 - 27.10.2018

Quote:
Originally Posted by cSharp
View Post
No thanks.


Upload it to https://pastebin.com/ or in CODE elements.
Ready


Re: Simple AKA - SonnyGamer - 27.10.2018

Are you sure that it is made by you?
Did you test it 100%?


Re: Simple AKA - scripter112 - 27.10.2018

Quote:
Originally Posted by SonnyGamer
View Post
Are you sure that it is made by you?
Did you test it 100%?
Yes i tested it


Re: Simple AKA - SonnyGamer - 27.10.2018

Quote:
Originally Posted by scripter112
View Post
Yes i tested it
Then good job!


Re: Simple AKA - BigETI - 27.10.2018

Determining an individual by its IP is not a good idea.

Why are there unused callbacks in your script?

Why did you keep "main", "OnGameModeInit", "OnPlayerCommandText" implemented?

Do you think "string" and "strf" should be that large?

Is there any good reason why you choosed one of the slowest INI I/O library to this date?

Why would you use zcmd for a single command?

Did you know sscanf has a "u" specifier for users?

Why don't you list all the dependencies excluding the contents of your credits?

Did you know GitHub is a good platform to host open-source projects?