16.12.2016, 20:25
How i can put skin when someone register, than login?!
Because this Cj skin it is too ugly ://..
Because this Cj skin it is too ugly ://..
Use SetPlayerSkin under login fuction to set it to a specific skin each time they login.
Use it under register function to set it once when they register. Read the link he provided to know how to use it. |
Create a variable to store the skin in and everytime he changes it in clothes shop, change the variable to the skin he set in clothes shop then when he logs in use SetPlayerSkin(playerid, skinvariable)
|
new originalskin = PlayerInfo[playerid][pModel]; SetPlayerSkin(playerid, originalskin);//