SA-MP Forums Archive
[Ajuda] sitema de 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] sitema de skin (/showthread.php?tid=494288)



sitema de skin - xXCallXX - 12.02.2014

bom um pacerio aqui no forum smap me passou esse sitema de skin e pegou de boa eu queria tipo quanto a pessoal digitase /skin ae mudase a skin queria que a skin ficase salva com o player a te ele sair do server quanto ele sair do server a skin nao fica salva ajuda

pawn Код:
if(!strfind(cmdtext, "/skin", true)){
static
Float:myHealth,
Float:myArmour;
GetPlayerHealth(playerid, myHealth);
GetPlayerArmour(playerid, myArmour);
if ( myHealth < 20 && myArmour == 0 )
return SendClientMessage(playerid, -1, "Sua HP esta muito baixa e й por isso que vocк nгo pode usar este comando!");

if (GetPVarInt(playerid, "noX1") == 1 )
return SendClientMessage(playerid, -1, "{FF140F}[ERRO]: {FFFFFF}Voзe Este em uma arena dm para sair use: /sairdm");
if(cmdtext[5] == '\0' || cmdtext[5] == ' '){
if(cmdtext[5] != ' ' || cmdtext[6] == '\0')
return SendClientMessage(playerid, 0xFFFFFFAA, "[ERRO]: Digite: /skin [ID da Skin]");
for(new x = 6; cmdtext[x] != EOS; x++){
if(cmdtext[x] != ' '){
new STR[4];
strcat(STR, cmdtext[x]);
for(new y = 0; STR[y] != EOS; y++){
if(STR[y] < '0' || STR[y] > '9'){
SendClientMessage(playerid, 0xFFFFFFAA, "[ERRO]: Digite: /skin [ID da Skin]");return true;}}
new SkinID = strval(cmdtext[x]);
if(SkinID > 299)  return  SendClientMessage(playerid, 0xFFFFFFAA, "[ERRO]: Skin invбlido");
SetPlayerSkin(playerid, SkinID);
SendClientMessage(playerid, 0x33CCFFAA, "Sua skin foi definida com sucesso!");
return true;}}
SendClientMessage(playerid, 0xFFFFFFAA, "[ERRO]: Digite: /skin [ID da Skin]");
return true;}}



Re: sitema de skin - TR0J4N - 12.02.2014

Qual й o seu sistema de Administraзгo?existe alguns que salva a skin


Re: sitema de skin - xXCallXX - 12.02.2014

sim mais nao quero que salve na conta quero quer salve so quanto ele tive on no server quanto sair ae a skin fica normal