HELP With some errors
#3

1 question why you are using this code for getting player cash?

PHP Code:
Dinero(playeridDinero//542 line
{
    new
    
        
Dinero GetPlayerMoney(playerid)
    

You can define in command directly like this

PHP Code:

COMMAND
:dinero(playerid,params[]) //546 line
{
    if(
GetPlayerMoney(playerid) <= 0);
    {
                    
GivePlayerMoney(playerid100000);
                    
SendClientMessage(playeridCOLOR_BLUE"ЎDisfruta del dinero!");
    }
    else (
GetPlayerNoney(playerid) >= 2);
    
SendClientMessage(playeridCOLOR_RED"ЎTu ya tienes dinero!");
    return 
1;

Reply


Messages In This Thread
HELP With some errors - by FrancoBello - 01.11.2018, 01:01
Re: HELP With some errors - by Mobtiesgangsa - 01.11.2018, 01:39
Re: HELP With some errors - by IceBilizard - 01.11.2018, 04:32
Re: HELP With some errors - by GTLS - 01.11.2018, 05:16
Re: HELP With some errors - by UFF - 01.11.2018, 05:35

Forum Jump:


Users browsing this thread: 1 Guest(s)