Replace Thing[MAX_PLAYERS][10]; wtih PVars
#1

So how to use PVars if I need to set each player something with 10 subthings,

Now I have for example:
pawn Код:
new Thing[MAX_PLAYERS][10];

OnSomeWhere()
{
Thing[playerid][0] = 23;
Thing[playerid][1] = 34;
}
and how should I make this with PVars?
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)