Portal SAMP
[Ajuda] IsPlayerAndroid - Versão de Impressão

+- Portal SAMP (https://portalsamp.com)
+-- Fórum: SA-MP (https://portalsamp.com/forumdisplay.php?fid=5)
+--- Fórum: Área de suporte (https://portalsamp.com/forumdisplay.php?fid=6)
+--- Tópico: [Ajuda] IsPlayerAndroid (/showthread.php?tid=2635)



IsPlayerAndroid - undefined - 09/08/2022

Alguém sabe como faz pra reconhecer se o player é android ou pc? Já tentei usar o filterscript "IsPlayerUsingAndroid" mais sempre retornava que eu era android, mesmo logando pelo pc.


RE: IsPlayerAndroid - Dr Editor - 09/08/2022

Citar:Note

You may use it in another callback, but not OnPlayerConnect! SendClientCheck and OnClientCheckResponse only works with filterscript, please see Zeex/sampgdk#124



RE: IsPlayerAndroid - undefined - 09/08/2022

(09/08/2022 20:35)Dr Editor Escreveu:
Citar:Note

You may use it in another callback, but not OnPlayerConnect! SendClientCheck and OnClientCheckResponse only works with filterscript, please see Zeex/sampgdk#124

Eu sei disso, estou usando no OnPlayerSpawn...


RE: IsPlayerAndroid - xbruno1000x - 09/08/2022

Tem essa include que necessita do Pawn Raknet:
https://pastebin.com/vYYkQA4C

E essa que necessita das YSI Includes:
https://github.com/Y-Less/android-check/blob/master/android-check.inc


RE: IsPlayerAndroid - undefined - 10/08/2022

(09/08/2022 22:57)xbruno1000x Escreveu: Tem essa include que necessita do Pawn Raknet:
https://pastebin.com/vYYkQA4C

E essa que necessita das YSI Includes:
https://github.com/Y-Less/android-check/blob/master/android-check.inc

Usei a primeira, aparentemente está funcionando. Obrigado.