[Ajuda] 1 Dъvida
#5

tenta

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if(strcmp(cmdtext, "/xp", true) == 0)
    {
        SetPlayerScore(playerid, GetPlayerScore(playerid) - 250);
        GivePlayerMoney(playerid, 2500);
        SendClientMessage(playerid, COR_Grove, "|XP| Vocк trocou 250 Score, por R$2500,00");
        return 1;
    }
    return 0;
}
Reply


Messages In This Thread
1 Dъvida - by VictorNascimento - 31.08.2013, 01:06
Re: 1 Dъvida - by View - 31.08.2013, 01:36
Re: 1 Dъvida - by View - 31.08.2013, 01:42
Re: 1 Dъvida - by Sti - 31.08.2013, 01:42
Re: 1 Dъvida - by PT - 31.08.2013, 12:55

Forum Jump:


Users browsing this thread: 2 Guest(s)