02.06.2010, 07:00
Well, then you must be having a variable that stores the skin the player buys from the cloth shop don't you?
If so then use it to set the skin of the player. Eg:
I can't help much since i don't know how you store the skins that players buy.
And yeah for your first question, type "/save" in-game (without the quotes) to get the co-ordinates. For eg, stand where you want the Police Station entrance icon to be, then type /save. Add a pickup in the script using those co-ordinates.
If so then use it to set the skin of the player. Eg:
Код:
SetPlayerSkin(playerid,PlayerInfo[playerid][skinbought]);
And yeah for your first question, type "/save" in-game (without the quotes) to get the co-ordinates. For eg, stand where you want the Police Station entrance icon to be, then type /save. Add a pickup in the script using those co-ordinates.