24.01.2012, 09:01
How can i only show the skin(OnPlayerRequestClass) that player set during first registry? on the gamemodeint , i already added a few AddPlayerClass.
I have set up a mysql system for my server.
OnPlayerConnect and after the login , the script will go to my server and get the player data and store it in variables.
I stored two variables :
new skin[MAX_PLAYERS];
new cskin[MAX_PLAYERS];
skin is skinID and cskin is chose skin(for verifying the player has chosen skin , value :0/1).
How can i only show the skin they selected and unable to click left or right? the skin ID is in skin variable.
I hope someone could guide me.
I have set up a mysql system for my server.
OnPlayerConnect and after the login , the script will go to my server and get the player data and store it in variables.
I stored two variables :
new skin[MAX_PLAYERS];
new cskin[MAX_PLAYERS];
skin is skinID and cskin is chose skin(for verifying the player has chosen skin , value :0/1).
How can i only show the skin they selected and unable to click left or right? the skin ID is in skin variable.
I hope someone could guide me.