[Questions] Teams, Commands, Binding.
#4

Donate it to Kye or give it to charity or something, cheers anyway.

Also wrappers would be good to use instead of typing the arrays out each time you could do this:

pawn Код:
#define SetTeam(%1,%2)   gPlayerTeam[ %1 ][ 0 ] = %2
#define GetTeam(%1)     gPlayerTeam[ %1 ][ 0 ]

#define SetRank(%1,%2)    gPlayerTeam[ %1 ][ 1 ] = %2
#define GetRank(%1)     gPlayerTeam[ %1 ][ 1 ]
Obviously some OOB security would be good but again it's just a starting point for you to work from.
Reply


Messages In This Thread
[Questions] Teams, Commands, Binding. - by fsnameless - 03.01.2010, 03:24
Re: [Questions] Teams, Commands, Binding. - by Donny_k - 03.01.2010, 04:23
Re: [Questions] Teams, Commands, Binding. - by fsnameless - 03.01.2010, 04:29
Re: [Questions] Teams, Commands, Binding. - by Donny_k - 03.01.2010, 04:44
Re: [Questions] Teams, Commands, Binding. - by fsnameless - 03.01.2010, 06:05

Forum Jump:


Users browsing this thread: 1 Guest(s)