![]() |
#1 |
Huge Clucker
![]() ![]() ![]() Join Date: May 2018
Location: Inside Game
Posts: 265
Reputation: 25
|
![]() Introduction
Well i worked alot on this scrip, i have searched perk system but i didnot got any on sa:mp forum and here my new filterscript of perks system which includes some cool features which i will describe below.. Commands */perks (to see availabel perks) */setperkpoints (to set your perk points which you have to buy) */setperklevel (to set perk [admin command]) Perks *Untouchable *Juggernaut *Recovering *Shockwave Uses *Untouchable: Temporary Invurability *Juggernaut: Super Heavy Armour *Recovering: Regenerate Health *Shockwave: Stun Players Credits Code:
/******************************************************************* * Credits...... * * * * * * >>>>>>>>>>> Don't remove credits..............<<<<<<<<<<< * * * * >>>>>>>>>>>>Don't release it without my permission...<<<<<<< * * * * >>>>CaptainBoi: Working on it all the time.. <<< * * * * >>>>Morken: Helping me... <<<< * * * * Includes : <a_samp> | SA:MP || <sscanf2> | [well]idk ||<dini> | Dracoblue || <zcmd> | Zeex * * *>>>>>>>>>>>>> Comment Below How Is It.... <<<<<<<<<<<< * * * ******************************************************************/ Pastebin Bugs *I didnot got any bug yet, if you found report it here. |
![]() |
![]() |
![]() |
#2 |
Huge Clucker
![]() ![]() ![]() Join Date: May 2018
Location: Inside Game
Posts: 265
Reputation: 25
|
![]()
150: views
0: comments what happen to samp users lol bump |
![]() |
![]() |
![]() |
#3 |
Gangsta
![]() ![]() ![]() ![]() Join Date: Dec 2016
Location: Gehenna
Posts: 689
Reputation: 43
|
![]() |
![]() |
![]() |
![]() |
#4 |
High-roller
![]() ![]() ![]() ![]() ![]() Join Date: Jan 2015
Location: Canada
Posts: 1,828
Reputation: 836
|
![]() |
![]() |
![]() |
![]() |
#5 |
Huge Clucker
![]() ![]() ![]() Join Date: May 2018
Location: Inside Game
Posts: 265
Reputation: 25
|
![]()
i know
|
![]() |
![]() |
![]() |
#6 |
Huge Clucker
![]() ![]() ![]() Join Date: Sep 2017
Posts: 312
Reputation: 77
|
![]() |
![]() |
![]() |
![]() |
#7 |
High-roller
![]() ![]() ![]() ![]() ![]() Join Date: Dec 2017
Location: SA-MP Drifting world.
Posts: 1,242
Reputation: 379
|
![]()
You want comments? stop bumping this shit and let people decide on their own.
It's a joke, first of all DINI? (I know right i'm the one to talk LOL) BUT I IMPROVED. Overall, my point is DINI is SLOW, many other ways could've been used other than that and come on i mean 2018 and dini in a whole system isn't just decent, the system itself looks like one of those custom-made ones and hardly fits anywhere if it even works. This: PHP Code:
And the names don't make sense one bit. Code:
#define accounts "accounts" The code also isn't fully indented and you're leaving unused functions around which is very lazy and annoying. The whole use of this: Code:
dini_Int(FileDirectory(accounts, playername(playerid)), "maxhealth"); Actually i'm starting to think this is a compilation of shit copy-pasta went wrong, the use of Code:
phealth[playerid] So you created a function to grab a player's name, then you do this: Code:
new pname[MAX_PLAYER_NAME]; GetPlayerName(playerid, pname, MAX_PLAYER_NAME); And this thing: PHP Code:
And these arrays in the variables: Code:
new perkcd[MAX_PLAYERS][10]; new perks[MAX_PLAYERS][10][5]; This at OnDialogResponse: Code:
return 0; } return 1; } Congrats on your spaghetti code keep bumping it more maybe it'll get better. I didn't really want to get all pissy but I don't understand why bump a release if you're not announcing an update? Doesn't make any sense. *Looks at Pottus* Not decent enough to be a release, 1-star from me. ^-^ |
![]() |
![]() |
![]() |
#8 |
Huge Clucker
![]() ![]() ![]() Join Date: May 2018
Location: Inside Game
Posts: 265
Reputation: 25
|
![]()
i a also improved to mysql but this was my 1st release as dini and on that time i id not knew mysql much but now i m good at mysql so i dont need to bump over here becuz now my releases will be with Mysql or sqlite
|
![]() |
![]() |
![]() |
#9 |
Godfather
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jan 2009
Posts: 6,466
Reputation: 1126
|
![]() |
![]() |
![]() |
![]() |
#10 |
Banned
![]() Join Date: Apr 2014
Posts: 473
Reputation: 35
|
![]()
whats the point of releasing such scripts in 2018 are you trying to show that you learned to code something or what are you even trying?
* don't use dini. * you create function for player name and then you dont even use it. * string sizes are too big wasting resources. * use more arrays. |
![]() |
![]() |
![]() |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
[FilterScript] Simple VIP system on months with (ZCMD + sscanf + Dini) | IceBilizard | Filterscripts | 8 | 21/08/2018 03:01 PM |
[Tutorial] Making a very simple VIP system with /setvip command using dini+sscanf+ZCMD | electrux | Tutorials | 2 | 25/07/2012 10:00 AM |
dini/zcmd /register and /login system? | cod5devious | Scripting Help | 4 | 29/05/2012 09:56 PM |
[HELP]About register/login system[zcmd+dini] | ServerScripter | Scripting Help | 2 | 04/02/2012 05:59 PM |
A Simple Registration System with zcmd+dini? | ServerScripter | Scripting Help | 10 | 04/09/2011 11:28 PM |