[HELP]Script skin
#1

Hello everyone, I have this script that includes all the designs of the selection class, but it lacks a the id 299, how can I fix this?. Also how can I do in class selection are two animations skin?

OnGameModeInit:

Код:
for(new i = 0; i < 299; i++) if(isValidSkin(i)) AddPlayerClass(i, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
out of everything

Код:
isValidSkin(skinid)
{
   switch(skinid)
   {
      case 3, 4, 5, 6, 8, 42, 65, 74, 86, 119, 149, 208, 268, 273, 289: return 0;
   }
   return 1;
}
Reply


Messages In This Thread
[HELP]Script skin - by TheBluec0de - 29.07.2011, 20:10
Re: [HELP]Script skin - by Snipa - 29.07.2011, 20:18
Re: [HELP]Script skin - by TheBluec0de - 29.07.2011, 20:25
Re: [HELP]Script skin - by PotH3Ad - 29.07.2011, 20:28
Re: [HELP]Script skin - by Mean - 29.07.2011, 20:29
Re: [HELP]Script skin - by TheBluec0de - 29.07.2011, 20:34
Re: [HELP]Script skin - by TheBluec0de - 29.07.2011, 20:37
Re: [HELP]Script skin - by Mean - 29.07.2011, 20:39
Re: [HELP]Script skin - by TheBluec0de - 29.07.2011, 20:40
Re: [HELP]Script skin - by TheBluec0de - 29.07.2011, 21:00

Forum Jump:


Users browsing this thread: 9 Guest(s)