[Ayuda] No me compila
#10

Lo arregle pero me tira errores todabia:

PHP код:
#include <a_players>
#include <a_samp>

#pragma tabsize 0

#define COLOR_ROJO 0xFF0000FF

#define COLOR_AZUL 0x0000FFFF

forward maria(secondmsg[]);

new 
Marihuana[MAX_PLAYERS];
new 
Cosecha[MAX_PLAYERS];

public 
OnPlayerCommandText(playeridcmdtext[])
{
       if (
strcmp("/marihuana"cmdtexttrue10) == 0)
       {
           
SendClientMessage(playerid,0xFF0000FF,"[ ATENCION ] Para comprar Marihuana tienes que poner el comando: /comprar");
           return 
1;
       }
       if (
strcmp("/comprar"cmdtexttrue10) == 0)
       {
           if(
Marihuana[playerid])
           {
               
SendClientMessage(playerid,0xFF0000FF,"[ ATENCION ] Ya tienes marihuana para plantar");
               return 
1;
           }

           if(
GetPlayerMoney(playerid) <= 49)
           {
               
SendClientMessage(playerid,0xFF0000FF,"[ ATENCION ] No tienes dinero suficiente");
           }
           else
           {
                
Marihuana[playerid] = 1;
                
GivePlayerMoney(playerid, -50);
                
SendClientMessage(playerid,0xFF0000FF,"[ ATENCION ] Haz comprado Marihuana");
            }

            if (
strcmp("/plantar"cmdtexttrue10) == 0)
            {
                
SendClientMessage(playerid,0xFF0000FF,"[ ATENCION ] Haz plantado correctamente la marihuana. Espera 1 dнa para recojerla");
                
SetTimerEx("maria"1000false"is"playerid);

                    return 
1;
                }
            }

            if (
strcmp("/vender"cmdtexttrue10) == 0)
            {
                if(
Cosecha[playerid])
                {
                    
GivePlayerMoney(playerid200);
                    
SendClientMessage(playerid,0xFF0000FF,"[ ATENCION ] Vendiste tu marihuana satisfactoriamente. Ganaste $200");
                }
            }
            return 
1;
       }
       return 
1;
}

public 
maria(secondmsg[]);
{
    
SendClientMessage(playerid,0xFF0000FF,"[ ATENCION ] Se ha cosechado tu marihuana. Para venderla usa el comando: /vender");
    
Cosecha[playerid] = 1;

Reply


Messages In This Thread
[Ayuda] No me compila - by RodriiK - 10.01.2013, 21:25
Re: [Ayuda] No me compila - by Fabio11 - 10.01.2013, 21:33
Re: [Ayuda] No me compila - by RodriiK - 10.01.2013, 21:38
Respuesta: [Ayuda] No me compila - by El Bardo - 10.01.2013, 21:40
Respuesta: Re: [Ayuda] No me compila - by EduGTA - 10.01.2013, 21:40
Re: [Ayuda] No me compila - by Fabio11 - 10.01.2013, 21:40
Re: [Ayuda] No me compila - by RodriiK - 10.01.2013, 21:46
Re: [Ayuda] No me compila - by Fabio11 - 10.01.2013, 21:48
Re: [Ayuda] No me compila - by RodriiK - 10.01.2013, 21:55
Re: [Ayuda] No me compila - by RodriiK - 10.01.2013, 22:06

Forum Jump:


Users browsing this thread: 5 Guest(s)