[FilterScript] Personal Weapons System | Load And Save Automatically | /Myw
#1

PERSONAL WEAPONS
Simple with /Myw


CONTENT
Hello all, This is a simple filterscript by me. Its based on personal weapons for player. This system too uses dini because y_ini is causing trouble or i mean to say its not working for me(file function error). This system automatically saves and load player weapons from file weapons system. A Player can set his/her personal weapons with command /Myw where there are 11 listitems to set. This system uses zcmd command processor.
  • You can set your personal weapons for spawn
  • zcmd command processor
  • dini file saving
  • 1 command for player setup: /Myw
  • Automatic file creator and automatic save and load feature
  • DIALOG CODE
    pawn Код:
    CMD:myw(playerid,params[])
    {
        ShowPlayerDialog(playerid,DIALOG_MYWEAPS,DIALOG_STYLE_LIST,"Personal Weapons:","Melle\nThrown\nPistol\nShotgun\nMachine Gun\nAssault Rifle\nLongrange Rifle\nHeavy Weapon\nC4 - Satchel\nOther\nOther1","Open","Close");
        return 1;
    }
DOWNLOAD
PASTEBIN
Reply
#2

Interesting ( btw dini is the best for me )
Reply
#3

Looks good
Reply
#4

Quote:
Originally Posted by Battlezone
Посмотреть сообщение
Interesting ( btw dini is the best for me )
yeah lol everyone hates dini, but i fucking love it even if is not to fast :P
Reply
#5

Dini is just an old shit. If you can't use Y_INI, Don't say it causes problem. That's because how you use it. In my case, I preffer Y_INI To Dini and MySQL/SQLite. And i use it without an problems made.

Look at these two topics to know Why Dini is Bad to use :

https://sampforum.blast.hk/showthread.php?tid=370248
https://sampforum.blast.hk/showthread.php?tid=476968
Reply
#6

I've already read them before, but im still stuck to dini for now
Reply
#7

Quote:
Originally Posted by iFarbod
Посмотреть сообщение
Dini is just an old shit. If you can't use Y_INI, Don't say it causes problem. That's because how you use it. In my case, I preffer Y_INI To Dini and MySQL/SQLite. And i use it without an problems made.

Look at these two topics to know Why Dini is Bad to use :

https://sampforum.blast.hk/showthread.php?tid=370248
https://sampforum.blast.hk/showthread.php?tid=476968
I know the dini side effects but Y_Ini wasn't functioning proper to me or was giving file function error. I know its cause of version difference but i had the latest one, but still causing me error.
Reply
#8

Yea, Good work. Keep it up
Reply
#9

Quote:
Originally Posted by Excel™
Посмотреть сообщение
I know the dini side effects but Y_Ini wasn't functioning proper to me or was giving file function error. I know its cause of version difference but i had the latest one, but still causing me error.
Don't use YSI 4, Use YSI 3.1
Reply
#10

Good work.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)