How to get a player Var?
#1

Hello again, i want to know if there is any way to get a player variable ? i wanna make something like this
saves the player items(variables) and then restore em, like Backing up items, or Item bank system.
Reply
#2

Here's an example:
pawn Код:
enum YourEnum
{
    UserName[MAX_PLAYER_NAME]
    Pass[36],
    Admin,
    Kills,
    Deaths
};
new PlayerVariables[MAX_PLAYERS][YourEnum]
Reply
#3

Well, im actually using Arrays, is there anyway i can GetArray and then use it later?
Reply
#4

Try this link!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)