29.07.2014, 20:38
Hello.
So now I have several variables like:
test1[playerid];
This variable will take a value, for example:
test1[playerid] = 1;
So I have put this variable to 0 when the player disconnects because another will take the same id and I do not want him to have this variable to 1.
I also have various tables with values that give it:
PlayerInfo[playerid][Level];
The variable table will also have a value, and therefore I will have to disconnect it again to 0.
But hey, it's pretty boring, is there a way to reset it to zero?
At least for the tables?
THX
So now I have several variables like:
test1[playerid];
This variable will take a value, for example:
test1[playerid] = 1;
So I have put this variable to 0 when the player disconnects because another will take the same id and I do not want him to have this variable to 1.
I also have various tables with values that give it:
PlayerInfo[playerid][Level];
The variable table will also have a value, and therefore I will have to disconnect it again to 0.
But hey, it's pretty boring, is there a way to reset it to zero?
At least for the tables?
THX