-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SetPlayerSkin is not working at SA-MP Launcher APK #1007
Comments
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 |
@hiwyn maybe you tested it on release build? It was most likely fixed in latest nightly. |
+1 Here the SetPlayerSkin doesn't work too and the Android clients only use the skin |
The same question again:
|
@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 Thanks for your help! |
sorry this long, i went back to samp, i was losing a lot of players but i had this problem with a code like: public OnPlayerRequestClass(playerid, classid)
{
SetPlayerVirtualWorldEx(playerid, 111);
SetPlayerCameraLookAt(playerid, 2.9660,28.3319,1200.0781);
SetPlayerInteriorEx(playerid,1);
SetPlayerFacingAngle(playerid,2.2269);
SetSpawnInfo(playerid, 1, 29, 2.9660,30.3319,1200.0781,0.0, 0,0,0,0,0,0 );
return SpawnPlayer(playerid);
}
public OnPlayerSpawn(playerid) {
...
KillTimerEx(timerResetPlayerSkin[playerid]);
timerResetPlayerSkin[playerid] = SetTimerEx("SetPlayerSkin", 5000, false, "ii", playerid, skinid);
} on commit
|
Why are you using an old build like that, while even our official public release is newer? |
I just saying what version i was using, i went back to samp, i couldn't stop to support the most used android apk (10 mi+ downloads) |
It was fixed long time ago: |
i don't think so, this commit is from Sep 8, 2024 |
Ok, so what about finally managing to update a few files in your server path to test on the latest release available? |
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?
The text was updated successfully, but these errors were encountered: