Personal Weapons System | Load And Save Automatically | /Myw -
Excel™ - 28.06.2014
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;
}
Re: Personal Weapons System | Load And Save Automatically | /Myw -
Battlezone - 28.06.2014
Interesting ( btw dini is the best for me )
Re: Personal Weapons System | Load And Save Automatically | /Myw -
AviPeker - 28.06.2014
Looks good
Re: Personal Weapons System | Load And Save Automatically | /Myw -
iThePunisher - 28.06.2014
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
Re: Personal Weapons System | Load And Save Automatically | /Myw -
iFarbod - 28.06.2014
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
Re: Personal Weapons System | Load And Save Automatically | /Myw -
Battlezone - 28.06.2014
I've already read them before, but im still stuck to dini for now
Re: Personal Weapons System | Load And Save Automatically | /Myw -
Excel™ - 28.06.2014
Quote:
Originally Posted by iFarbod
|
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.
Re: Personal Weapons System | Load And Save Automatically | /Myw -
FahadKing07 - 28.06.2014
Yea, Good work. Keep it up
Re: Personal Weapons System | Load And Save Automatically | /Myw -
iFarbod - 28.06.2014
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
Re : Personal Weapons System | Load And Save Automatically | /Myw -
Clad - 28.06.2014
Good work.