[Ajuda] Comando grana!!!
#3

PHP Code:
public OnPlayerCommandText(playeridcmdtext[])
{
    if(
strcmp(cmd"/dargrana"true) == 0)
    {
        
tmp strtok(cmdtext,idx);
        if(!
strlen(tmp)) return SendClientMessage(playerid0xB4B5B7FF,"USO: /dargrana [ID] [dinheiro]" );
        new 
giveplayerid ReturnUser(tmp);
        
tmp strtok(cmdtext,idx);
        if(!
strlen(tmp)) return SendClientMessage(playerid0xB4B5B7FF,"USO: /dargrana [ID] [dinheiro]" );
        new 
grana strval(tmp);
        if(
grana && grana 100000) return SendClientMessage(playerid0xC2A2DAAA," Os valores devem estar entre R$ 1 e R$ 100.000");
        
AddReal(giveplayerid,grana);
    }
    return 
1;

Testa ai. Caso haja erros mande os erros e as linhas referentes a eles.
Reply


Messages In This Thread
[Ajuda] Comando grana!!! - by ApolloRJ - 01.05.2011, 00:13
Re: [Ajuda] Comando grana!!! - by Carl_Thuse - 01.05.2011, 00:20
Re: [Ajuda] Comando grana!!! - by Shadoww5 - 01.05.2011, 00:23
Re: [Ajuda] Comando grana!!! - by The Knight - 01.05.2011, 00:30
Re: [Ajuda] Comando grana!!! - by ApolloRJ - 01.05.2011, 00:41
Re: [Ajuda] Comando grana!!! - by The Knight - 01.05.2011, 00:46
Re: [Ajuda] Comando grana!!! - by ApolloRJ - 01.05.2011, 00:49
Re: [Ajuda] Comando grana!!! - by The Knight - 01.05.2011, 00:51
Re: [Ajuda] Comando grana!!! - by Shadoww5 - 01.05.2011, 00:52
Re: [Ajuda] Comando grana!!! - by The Knight - 01.05.2011, 10:20
Re: [Ajuda] Comando grana!!! - by Shadoww5 - 01.05.2011, 11:15
Re: [Ajuda] Comando grana!!! - by ApolloRJ - 01.05.2011, 17:45
Re: [Ajuda] Comando grana!!! - by The Knight - 01.05.2011, 18:01
Re: [Ajuda] Comando grana!!! - by ApolloRJ - 01.05.2011, 18:20
Re: [Ajuda] Comando grana!!! - by The Knight - 01.05.2011, 18:32
Re: [Ajuda] Comando grana!!! - by [S]trong - 01.05.2011, 18:39
Re: [Ajuda] Comando grana!!! - by ApolloRJ - 01.05.2011, 18:52
Re: [Ajuda] Comando grana!!! - by Shadoww5 - 01.05.2011, 18:56
Re: [Ajuda] Comando grana!!! - by LuxurioN™ - 01.05.2011, 21:55
Re: [Ajuda] Comando grana!!! - by ApolloRJ - 01.05.2011, 23:25

Forum Jump:


Users browsing this thread: 4 Guest(s)