SA-MP Forums Archive
[Ajuda] Player iniciar com 50 de score - 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] Player iniciar com 50 de score (/showthread.php?tid=470568)



Player iniciar com 50 de score - CLANdok - 18.10.2013

Olб dnv *-* , queria saber como fasso pro Player iniciar com 50 de Score.Obrigado


Re: Player iniciar com 50 de score - arakuta - 18.10.2013

SetPlayerScore


Re: Player iniciar com 50 de score - Coe1 - 18.10.2013

Sу alterar a funзгo que da level quando o player se registra. .-.'


Re: Player iniciar com 50 de score - CLANdok - 18.10.2013

So mt iniciante caras..


Re: Player iniciar com 50 de score - Coe1 - 18.10.2013

Qual sistema de login/registro vocк estб usando?


Re: Player iniciar com 50 de score - SkullFire - 18.10.2013

Quote:
Originally Posted by CLANdok
Посмотреть сообщение
So mt iniciante caras..
SetPlayerScore, bota isso na parte em q ele se registra .


Re: Player iniciar com 50 de score - CLANdok - 18.10.2013

Quote:
Originally Posted by SkullGamer
Посмотреть сообщение
SetPlayerScore, bota isso na parte em q ele se registra .
Eu uso PPC_Trucking os comandos й nas includes q se nao ja colocava isso :V


Re: Player iniciar com 50 de score - CLANdok - 18.10.2013

Consegui usando isso no Minha Dialog de Registro
pawn Код:
Dialog_Rules(playerid, response)
{
    if(!response) return 1;
    if (APlayerData[playerid][RulesRead] == false)
    {
        RewardPlayer(playerid, 10000, 0);
        APlayerData[playerid][PlayerScore] = 50;
        APlayerData[playerid][RulesRead] = true;
        SendClientMessage(playerid, 0xFFFFFFFF, "{00FF00}Voce ganhou {FFFF00}R$10000{00FF00} e {FFFF00}50{00FF00} De Score por aceitar as regras");
        PlayerFile_Save(playerid);
    }

    return 1;
}
Talvez seja util pra alguem,rs Brigado gente


Re: Player iniciar com 50 de score - bruxo00 - 18.10.2013

A comeзar a editar um GM sem saber isso й foda...


Re: Player iniciar com 50 de score - CLANdok - 18.10.2013

Quote:
Originally Posted by bruxo00
Посмотреть сообщение
A comeзar a editar um GM sem saber isso й foda...
Poisй