28.06.2014, 12:21
(
Последний раз редактировалось Excel™; 21.02.2015 в 08:05.
)
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.Simple with /Myw
CONTENT
- 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;
}