[FS] Fighting Styles (0.3a) - |Save styles in Dini| -
MoBiL[e] - 08.03.2010
Hello ...
This is a basic/simple FilterScript done in dialogs that allows the player to choose his fighting style;
It contains 5 styles:
Elbow,
Boxer,
Grab and Kick,
Street Fight,
KungFu.
Following a short video showing the 5 styles available:
FilterScript: FightStyles; SA-MP 0.3a
New in version 2.0:
Ч Styles saved in Dini;
The player selects the desired style using /FightSyles and style will be saved automatically.
Download version 2.0:
.Pwn:
.Pwn and .Amx:
Pastebin:
...
Note:
This is my first FilterScript, sorry if you have any other FS containing this function;
Ah, sorry for my bad english
Re: [FS] Fighting Styles (0.3a) -
vestaka - 08.03.2010
Very good i like it

!
Re: [FS] Fighting Styles (0.3a) -
Lejo - 08.03.2010
Very simple, but it's still nice. Good job.
Re: [FS] Fighting Styles (0.3a) -
Arsham7 - 08.03.2010
good job bro
Re: [FS] Fighting Styles (0.3a) -
Oxside - 08.03.2010
Amazing

Your english is not so bad
Re: [FS] Fighting Styles (0.3a) -
[MWR]Blood - 08.03.2010
Very nice work man

I like it
Re: [FS] Fighting Styles (0.3a) -
Oxside - 08.03.2010
Offtopic: @ikarus are you new here? Never seen you before
Just sad its no Include so you can use the fighting styles anywhere
Re: [FS] Fighting Styles (0.3a) -
[MWR]Blood - 08.03.2010
Quote:
|
Originally Posted by Oxside
Offtopic: @ikarus are you new here? Never seen you before
Just sad its no Include so you can use the fighting styles anywhere 
|
OffTopic:I am not new, I just got banned.
Re: [FS] Fighting Styles (0.3a) -
Oxside - 08.03.2010
aha where did you got banned for?
Re: [FS] Fighting Styles (0.3a) -
XRVX - 08.03.2010
wow good script man
Re: [FS] Fighting Styles (0.3a) -
MoBiL[e] - 08.03.2010
Thank you for the praises !
Re: [FS] Fighting Styles (0.3a) -
Lilcuete - 09.03.2010
Lol you sure you made that it looks the same as Saron
Re: [FS] Fighting Styles (0.3a) -
Oxside - 10.03.2010
Quote:
|
Originally Posted by Frank_Martinez
Lol you sure you made that it looks the same as Saron
|
Double you :P
Wich saron?
Re: [FS] Fighting Styles (0.3a) -
KotoK - 13.03.2010
Good work...
Re: [FS] Fighting Styles (0.3a) -
MoBiL[e] - 13.03.2010
Quote:
|
Originally Posted by KotoK
Good work...
|
Thanks
Re: [FS] Fighting Styles (0.3a) -
ALASAD - 17.03.2010
Good work.
Re: [FS] Fighting Styles (0.3a) -
r9x - 18.03.2010
nice due i rly like it 10/10 pts ^^
Re: [FS] Fighting Styles (0.3a) -
TouR - 18.03.2010
Awsome!
Re: [FS] Fighting Styles (0.3a) -
MrEnd - 20.03.2010
D:\Games\The Angeles Clan [English]\gamemodes\larp.pwn(789) : error 017: undefined symbol "DIALOG_STYLES"
D:\Games\The Angeles Clan [English]\gamemodes\larp.pwn(795) : error 017: undefined symbol "DIALOG_STYLES"
D:\Games\The Angeles Clan [English]\gamemodes\larp.pwn(801) : error 017: undefined symbol "DIALOG_STYLES"
D:\Games\The Angeles Clan [English]\gamemodes\larp.pwn(13227) : error 017: undefined symbol "DIALOG_STYLES"
D:\Games\The Angeles Clan [English]\gamemodes\larp.pwn(13433) : warning 225: unreachable code
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
4 Errors.
//================================================== ==============================================//
OMFG how to fix it? xD
Re: [FS] Fighting Styles (0.3a) -
MoBiL[e] - 21.03.2010
Quote:
|
Originally Posted by Esco
D:\Games\The Angeles Clan [English]\gamemodes\larp.pwn(789) : error 017: undefined symbol "DIALOG_STYLES"
D:\Games\The Angeles Clan [English]\gamemodes\larp.pwn(795) : error 017: undefined symbol "DIALOG_STYLES"
D:\Games\The Angeles Clan [English]\gamemodes\larp.pwn(801) : error 017: undefined symbol "DIALOG_STYLES"
D:\Games\The Angeles Clan [English]\gamemodes\larp.pwn(13227) : error 017: undefined symbol "DIALOG_STYLES"
D:\Games\The Angeles Clan [English]\gamemodes\larp.pwn(13433) : warning 225: unreachable code
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
4 Errors.
//================================================== ==============================================//
OMFG how to fix it? xD
|
adcione this:
#define DIALOG_STYLES 0
At the top of your GM / FS