IsPlayerUsingAndroid - Versão de Impressão +- Portal SAMP (https://portalsamp.com) +-- Fórum: SA-MP (https://portalsamp.com/forumdisplay.php?fid=5) +--- Fórum: Lançamentos (https://portalsamp.com/forumdisplay.php?fid=26) +---- Fórum: Filterscripts (https://portalsamp.com/forumdisplay.php?fid=9) +---- Tópico: IsPlayerUsingAndroid (/showthread.php?tid=17) |
IsPlayerUsingAndroid - NelsonC. - 28/09/2020 IsPlayerUsingAndroid
Instalação
Uso
Código PHP: #define IsPlayerAndroid(%0) GetPVarInt(%0, "NotAndroid") == 0 Código PHP: public OnPlayerSpawn( playerid ) Nota Você pode usá-lo em outro retorno de chamada, mas não OnPlayerConnect! SendClientCheck e OnClientCheckResponse funcionam apenas com o filtercript, verifique: https://github.com/Zeex/sampgdk/issues/124 Tópico traduzido do inglês para português Source: https://github.com/Fairuz-Afdhal/IsPlayerUsingAndroid RE: IsPlayerUsingAndroid - Silva - 28/09/2020 Eu estava procurando por isso, vlw Nelson. RE: IsPlayerUsingAndroid - Gomes - 28/09/2020 Muito bom! |