Question about vars..
#1

What is better/faster

pawn Код:
enum pVar
{
    Skill,
    Score,
   //etc...
}
new pInfo[pVar][MAX_PLAYERS]
OR..

pawn Код:
new Skill[MAX_PLAYERS];
new Score[MAX_PLAYERS];
//etc...
Thanks
Reply


Messages In This Thread
Question about vars.. - by The_Moddler - 09.10.2010, 20:40
Re: Question about vars.. - by Burridge - 09.10.2010, 20:41
Re: Question about vars.. - by WillyP - 09.10.2010, 20:53
Re: Question about vars.. - by The_Moddler - 09.10.2010, 20:55
Re: Question about vars.. - by Voldemort - 09.10.2010, 20:56
Re: Question about vars.. - by WillyP - 09.10.2010, 21:00
Re: Question about vars.. - by Voldemort - 09.10.2010, 21:03
Re: Question about vars.. - by Burridge - 10.10.2010, 07:40
Re: Question about vars.. - by The_Moddler - 10.10.2010, 11:52

Forum Jump:


Users browsing this thread: 1 Guest(s)