openmultiplayer / open.mp

Open Multiplayer, a multiplayer mod fully backwards compatible with SA-MP
https://open.mp
Mozilla Public License 2.0
470 stars 99 forks source link

SetPlayerSkin is not working at SA-MP Launcher APK #1007

Open hiwyn opened 1 month ago

hiwyn commented 1 month ago

SetPlayerSkin is not working on SA-MP Launcher [mostly used sa-mp APK, more than 10.000.000 downloads]

There is any work around to fix it?

AmyrAhmady commented 1 month ago

It works for me with an empty simple script and only 2 players in game

You must provide a script for me to reproduce this bug

NexiusTailer commented 1 month ago

@hiwyn maybe you tested it on release build? It was most likely fixed in latest nightly.

Duduzera1997 commented 3 days ago

+1

Here the SetPlayerSkin doesn't work too and the Android clients only use the skin 0 by default.

NexiusTailer commented 3 days ago

+1

Here the SetPlayerSkin doesn't work too and the Android clients only use the skin 0 by default.

The same question again:

maybe you tested it on release build? It was most likely fixed in latest nightly

Duduzera1997 commented 3 days ago

@NexiusTailer oh, sorry, I discovered that 'nightly' is a build of the main/master branch is a few hours ago, so, after building it worked out fine.

Just for future history: @AmyrAhmady recommended me in discord to use SetSpawnInfo instead of SetPlayerSkin to test and started to work better with the current published release (v1.3.1.2748) but to work out with my old code just on nightly.

Thanks for your help!