SA-MP Forums Archive
[FilterScript] 0.2.2 Class Selection Style - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] 0.2.2 Class Selection Style (/showthread.php?tid=235489)

Pages: 1 2


Re: 0.2.2 Class Selection Style - jordy.kiesebrink - 19.03.2011

what do you mean with "you do not fill the array with weapons for the classes... "
this is the edited classweapon list i have created.
pawn Код:
new ClassWeapon[48][3] = {
{18, 9, 30}, // class 0
{18, 9, 30}, // class 1
{18, 9, 30}, // ...
{5, 1, 33}, // etc.
{5, 1, 33},
{4, 15, 1},
{4, 15, 1},
{3, 23, 29},
{17, 31, 27},
{17, 31, 27},
{17, 31, 27},
{17, 31, 27},
{5, 25, 42},
{2, 17, 25},
{2, 17, 25},
{12, 7, 22},
{9, 24, 32},
{1, 3, 23},
{1, 3, 23},
{1, 3, 23},
{1, 3, 23},
{1, 3, 23},
{1, 3, 23},
{1, 16, 25},
{1, 3, 23},
{4, 24, 0},
{4, 24, 0},
{0, 0, 0},
{0, 0, 0},
{4, 0, 0},
{4, 0, 0},
{4, 0, 0},
{4, 0, 0},
{4, 0, 0},
{5, 16, 0},
{5, 16, 0},
{5, 16, 0},
{4, 0, 0},
{3, 22, 17},
{3, 22, 17},
{3, 22, 17},
{3, 22, 17},
{3, 22, 17},
{4, 17, 23},
{29, 31, 24},
{29, 31, 24},
{29, 31, 24},
{29, 31, 24}
};



Re: 0.2.2 Class Selection Style - OldDirtyBastard - 19.03.2011

Nice work! But i think the 0.2.2 version was Detecting the weapons, so you might gonna try it with GetPlayerWeaponData


Re: 0.2.2 Class Selection Style - Evoturk - 13.09.2011

Good work man


Re: 0.2.2 Class Selection Style - [XCX]Darkness - 13.09.2011

Thats awesome


Re: 0.2.2 Class Selection Style - OKStyle - 13.09.2011

Quote:
Originally Posted by jordy.kiesebrink
Посмотреть сообщение
what do you mean with "you do not fill the array with weapons for the classes... "
this is the edited classweapon list i have created.
pawn Код:
new ClassWeapon[48][3] = {
{18, 9, 30}, // class 0
{18, 9, 30}, // class 1
{18, 9, 30}, // ...
{5, 1, 33}, // etc.
{5, 1, 33},
{4, 15, 1},
{4, 15, 1},
{3, 23, 29},
{17, 31, 27},
{17, 31, 27},
{17, 31, 27},
{17, 31, 27},
{5, 25, 42},
{2, 17, 25},
{2, 17, 25},
{12, 7, 22},
{9, 24, 32},
{1, 3, 23},
{1, 3, 23},
{1, 3, 23},
{1, 3, 23},
{1, 3, 23},
{1, 3, 23},
{1, 16, 25},
{1, 3, 23},
{4, 24, 0},
{4, 24, 0},
{0, 0, 0},
{0, 0, 0},
{4, 0, 0},
{4, 0, 0},
{4, 0, 0},
{4, 0, 0},
{4, 0, 0},
{5, 16, 0},
{5, 16, 0},
{5, 16, 0},
{4, 0, 0},
{3, 22, 17},
{3, 22, 17},
{3, 22, 17},
{3, 22, 17},
{3, 22, 17},
{4, 17, 23},
{29, 31, 24},
{29, 31, 24},
{29, 31, 24},
{29, 31, 24}
};
that's what I had in mind.

Quote:
Originally Posted by OldDirtyBastard
Посмотреть сообщение
Nice work! But i think the 0.2.2 version was Detecting the weapons, so you might gonna try it with GetPlayerWeaponData
On the OnPlayerRequestClass callback don't get data of weapons...


Re: 0.2.2 Class Selection Style - Djean - 06.01.2013

Looks great!


Re: 0.2.2 Class Selection Style - DiGiTaL_AnGeL - 06.01.2013

Good work


Re: 0.2.2 Class Selection Style - zSuYaNw - 06.01.2013

Pastebin please ?


Re: 0.2.2 Class Selection Style - fanta291327 - 06.01.2013

Nice
+Rep


Re: 0.2.2 Class Selection Style - M3mPHi$_S3 - 09.01.2013

Any link for 0.3d ? and be ready for updating for 0.3x


Re: 0.2.2 Class Selection Style - emit - 09.01.2013

very nice!


Re: 0.2.2 Class Selection Style - [WA]iRonan - 09.01.2013

I never played 0.2.2 or 0.3c etc.... but lovely this.