symbol is assigned a value that is never used
#3

pawn Code:
#include <a_samp>

#define valor (20)
new valores;

public OnFilterScriptInit()
{
    valores = valor; //warning 204: symbol is assigned a value that is never used: "valores"
    return 1;
}

public OnPlayerConnect(playerid) //Ejemple
{
    GivePlayerMoney(playerid, 2*valores); //<------
    return 1;
}
I was getting bad XD
Reply


Messages In This Thread
symbol is assigned a value that is never used - by OTACON - 07.01.2013, 11:56
Re: symbol is assigned a value that is never used - by Konstantinos - 07.01.2013, 11:58
Respuesta: symbol is assigned a value that is never used - by OTACON - 07.01.2013, 12:09
Re: symbol is assigned a value that is never used - by Konstantinos - 07.01.2013, 12:28
Respuesta: Re: symbol is assigned a value that is never used - by OTACON - 07.01.2013, 21:40
Re: Respuesta: Re: symbol is assigned a value that is never used - by u3ber - 07.01.2013, 21:50

Forum Jump:


Users browsing this thread: 1 Guest(s)