13.05.2014, 07:38
I have variables which stores the name and ip of a player
When a player connects, i store the playername and ip in those variables
How can i clear the variable onplayerdisconnect
Can i just do
Thanks!
Код:
PlayerInfo[playerid][PlayerName] PlayerInfo[playerid][IP]
How can i clear the variable onplayerdisconnect
Can i just do
Код:
PlayerInfo[playerid][PlayerName] = '\0' PlayerInfo[playerid][IP] = '\0'