Posts: 285
Threads: 154
Joined: Mar 2016
Reputation:
0
Hi,
SetSpawnInfo when i set skin, onplayerspawn with getplayerskin i get that skin, or old skin?
Posts: 1,199
Threads: 238
Joined: Feb 2016
Reputation:
0
Explain. What do you need?
Posts: 285
Threads: 154
Joined: Mar 2016
Reputation:
0
Yes i understand that my skin will be changed after death, but it's changed instantly i mean onplayerspawn i can use getplayerskin and i get SetSpawnInfo( playerid, 0, 0, 1958.33, 1343.12, 15.36, 269.15, 26, 36, 28, 150, 0, 0 ); this skin what i have wrote to this function or i need set timer to chec
Posts: 134
Threads: 0
Joined: May 2016
Reputation:
0
I do not understand your problem clearly. If you want to get player's skin, use GetPlayerSkin function - you do not need any timers.
Posts: 1,915
Threads: 64
Joined: Jan 2016
Reputation:
0
I don't understand too. Use SetPlayerSkin(playerid, skinid) to set a skin for a player. Use SetSpawnInfo(...) to set a skin which it's the same when the player respawn.
Posts: 1,794
Threads: 104
Joined: Feb 2012
Reputation:
0
What do you want to do exactly? Be precise.