[Ajuda] Como salvar skin custom no 03dl
#11

Quote:
Originally Posted by Locky_
View Post
Se estiver usando o 0.3.7, vocк poderб obter com GetPlayerSkin a skin que o jogador estб usando.
Se estiver usando o 0.3.DL, para obter o ID da skin custom serб GetPlayerCustomSkin e ID base com GetPlayerSkin

Para adaptar por exemplo seu comando, vocк deverб alterar o trecho de verificaзгo de skin
PHP Code:
if(!((<= params[1] <= 311) || (20000 <= params[1] <= 30000))) return SendClientMessage(playerid0xFF0000FF"Intervalo vбlido: 0 a 311 (skins comuns) e 20000 a 30000 (skins custom)"); 
Para salvar ou obter o id, vocк poderб adicionar esta funзгo no final de seu script para obter o ID da skin
PHP Code:
stock GetPlayerSkinID(playerid) return (GetPlayerCustomSkin(playerid) ? GetPlayerCustomSkin(playerid) : GetPlayerSkin(playerid)); 
Assim й sу alterar no seu sistema de salvamento onde houver GetPlayerSkin por GetPlayerSkinID (pois este obterб tanto skin custom ou skin comum do jogo
cara coloquei o comando e nao compila agm
Reply


Messages In This Thread
Como salvar skin custom no 03dl - by murilo2929 - 31.10.2018, 18:55
Re: Como salvar skin custom no 03dl - by own3d33 - 31.10.2018, 19:41
Re: Como salvar skin custom no 03dl - by Malandrin - 31.10.2018, 22:47
Re: Como salvar skin custom no 03dl - by murilo2929 - 01.11.2018, 00:36
Re: Como salvar skin custom no 03dl - by GuiLopez - 01.11.2018, 01:35
Re: Como salvar skin custom no 03dl - by murilo2929 - 01.11.2018, 13:12
Re: Como salvar skin custom no 03dl - by ipsLuan - 01.11.2018, 13:17
Re: Como salvar skin custom no 03dl - by murilo2929 - 01.11.2018, 16:09
Re: Como salvar skin custom no 03dl - by GuiLopez - 01.11.2018, 17:40
Re: Como salvar skin custom no 03dl - by Locky_ - 01.11.2018, 18:33
Re: Como salvar skin custom no 03dl - by murilo2929 - 01.11.2018, 19:05

Forum Jump:


Users browsing this thread: 1 Guest(s)