how do i add new skins from (0.3.7version) Fast!!!!
#1

sup guys i got those codes for my skins
pawn Код:
for(new i=0;i<300;i++)
    {
      if((i == 7)||(i >= 9 && i <= 41)||(i >= 43 && i <= 64)||(i >= 66 && i <= 73)
      ||(i >= 75 && i <= 85)||(i >= 87 && i <= 118)||(i >= 120 && i <= 148)||(i >= 150 && i <= 207)
      ||(i >= 209 && i <= 264)||(i >= 274 && i <= 288)||(i >= 290 && i <= 299))
      {
       AddPlayerClass(i, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
      }
     }
    for(new x; x<MAX_PLAYERS; x++)
     {
how can i add inside the new skin from 0.3.7 version ?
if anyone can code it for me thanks
Reply
#2

Maybe...

PHP код:
    for(new i=0;i<311;i++)
    {
      if((
== 7)||(>= && <= 41)||(>= 43 && <= 64)||(>= 66 && <= 73)
      ||(
>= 75 && <= 85)||(>= 87 && <= 118)||(>= 120 && <= 148)||(>= 150 && <= 207)
      ||(
>= 209 && <= 264)||(>= 274 && <= 288)||(>= 290 && <= 311))
      {
       
AddPlayerClass(i1958.37831343.157215.3746269.1425000000);
      }
     }
    for(new 
xx<MAX_PLAYERSx++)
     { 
Reply
#3

oh yeah thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)