Posts: 702
Threads: 94
Joined: Dec 2010
Reputation:
0
can smbody tell me the use of pVars? with an example....
Posts: 702
Threads: 94
Joined: Dec 2010
Reputation:
0
i dont understand can you explain me on msn?
Posts: 702
Threads: 94
Joined: Dec 2010
Reputation:
0
i already have you in my contacts =P
Posts: 1,152
Threads: 11
Joined: Feb 2010
Reputation:
0
PVars save a certain string, float or integer so you can use them later on. Thats everything about PVars
Posts: 3,138
Threads: 71
Joined: May 2008
Reputation:
0
This is like:
new Variable[MAX_PLAYERS];
But PVar do not null in OnPlayerDisconnect.
Posts: 702
Threads: 94
Joined: Dec 2010
Reputation:
0
how do you null them then?