Large per player strings
#2

pVars is the way to go

EDIT:

pawn Код:
//top
#undef MAX_PLAYERS
#define MAX_PLAYERS 500//change 500 to your server slot count

new string[MAX_PLAYERS] = 0;


//code
string[playerid] = 1;

//etc etc
Is that what u mean?
Reply


Messages In This Thread
Large per player strings - by Incubator - 15.07.2011, 23:13
Re: Large per player strings - by The.Sandman - 15.07.2011, 23:16
Re: Large per player strings - by Miguel - 15.07.2011, 23:21
Re: Large per player strings - by Kyosaur - 15.07.2011, 23:25
Re: Large per player strings - by Incubator - 15.07.2011, 23:25
Re: Large per player strings - by Ricop522 - 15.07.2011, 23:26
Re: Large per player strings - by Incubator - 15.07.2011, 23:28
Re: Large per player strings - by Incubator - 16.07.2011, 15:13
Re: Large per player strings - by wups - 16.07.2011, 16:28
Re: Large per player strings - by Macluawn - 17.07.2011, 00:09

Forum Jump:


Users browsing this thread: 2 Guest(s)