SA-MP Forums Archive
[Ajuda] Skin - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] Skin (/showthread.php?tid=415150)



Skin - MorreJa - 12.02.2013

olб como faзo tipo o player regista-se depois ao registar ele comeзa com uma skin aleatoria, eu queria que ele ao registar comeзa-se com a skin id 29 depois se ele quizer mudar vai a loja de roupas etc


Re: Skin - VenoN - 12.02.2013

poste o sistema de registro


Re: Skin - MorreJa - 12.02.2013

Uso este sitema de registo + admin http://forum.sa-mp.com/showthread.ph...ighlight=Login

tenho aqui o fs mas nao sei ver muito bem porque estб em dialog etc sou novo ainda


Re: Skin - Sky™ - 12.02.2013

coloque no seu sistema de registro

pawn Код:
SetPlayerSkin(playerid, ID da Skin);
//Ex :

SetPlayerSkin(playerid, 29);



Re: Skin - VenoN - 12.02.2013

SetPlayerSkin(playerid, Skin-ID);


Re: Skin - MorreJa - 12.02.2013

Bem coloquei assim vejam

Код:
case _THREAD_CREATE_PLAYER :
        {
			SendClientMessage(extraid, LIGHT_GREEN, "Your account has been created! Welcome!");
			SetPlayerSkin(playerid, 29);
			PlayerInfo[extraid][Logged] = true;
		}