Classes
#5

Instead of just bumping and waiting for a reply, learn something!

- Learn arrays and how do they work! Check out some codes, for example Gammix' code.

- Learn looping.

- Make a dynamic array based team system. Please don't ****** for fuck sake, try making it yourself for the sake of your existence.

- Do some experiments with looping and usage of arrays, that can automatically add class (skins) for class selection; Use a loop and add 'AddPlayerClass(...);' code in it.

- Make your OnPlayerRequestClass code work according to your system; If your max classes are 5, put all the class selection code beneath it, for example:
PHP код:
OnPlayerRequestClass(playeridclassid)
{
    if(
<= classid <= maximum_number_of_classes_in_class_selection)
    return 
1;

Reply


Messages In This Thread
Classes - by Loinal - 14.04.2017, 09:04
Re: Classes - by Loinal - 14.04.2017, 09:20
Re: Classes - by Loinal - 15.04.2017, 12:33
Re: Classes - by Loinal - 15.04.2017, 19:53
Re: Classes - by Logic_ - 15.04.2017, 20:22
Re: Classes - by Loinal - 16.04.2017, 08:51
Re: Classes - by GhostHacker9 - 16.04.2017, 15:28

Forum Jump:


Users browsing this thread: 1 Guest(s)