[AJUDA]Sistema de Drogas
#2

PHP код:
public OnPlayerCommandText(playeridcmdtext[])
{
    if(
strcmp(cmd,"/vendermaconha",true) == 0)
    {
        
tmp strtok(cmdtextidx);
        if(!
strlen(tmp)) return SendClientMessage(playerid,0x0000FF83,"Uso correto: /vendermaconha [id do player] para vender 10 Gramas.");
        if(
maconha[playerid] >= 10)
        {
            
maconha[playerid] -=10;
            
SendPlayerMessageToPlayer(idxgiveplayerid"Hello there!");
        }
        else return 
SendClientMessage(playerid0xFFFF00AA" Vocк Nгo tem 10 gramas de maconha!");
        
maconha[strval(tmp)] +=10;
        
SendClientMessage(strval(tmp),0xFFFF00AA,"Vocк recebeu 10 Gramas de maconha!");
        return 
1;
    }
    return 
0;

Reply


Messages In This Thread
[AJUDA]Sistema de Drogas - by Rodox_Mortein - 12.07.2011, 23:58
Re: [AJUDA]Sistema de Drogas - by Shadoww5 - 13.07.2011, 00:54
Re: [AJUDA]Sistema de Drogas - by BrunoBSF - 13.07.2011, 01:45

Forum Jump:


Users browsing this thread: 1 Guest(s)