[Include] All Skins Class Selection Menu in 9 lines
#1

well this is nothing i just found out some guys writing 300 lines of code for adding the classes to the class selection menu i thought making this stock to help them
P.S you can edit and add weapons and so if u want more options say to me
pawn Код:
stock AddClasses()
{
    new a = 0;
    while(a <= 299)
    {
        AddPlayerClass(a, 2485.6213,-1665.0665,15, -1, 0, 0, 0, 0, 0, 0);
        a = a + 1;
    }
}
again i know this is nothing
Reply
#2

Wrong Section Sir and this is not a Include
Reply
#3

well that isnt a gamemode or a filterscript or tutorial
Reply
#4

Quote:
Originally Posted by Opah
Посмотреть сообщение
well that isnt a gamemode or a filterscript or tutorial
It's a snippet
Reply
#5

why not 1 line ?

Код:
for(new i=0;i<=299;i++)AddPlayerClass(i, 2485.6213,-1665.0665,15, -1, 0, 0, 0, 0, 0, 0);
still , not the right place !
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)