symbol is assigned a value that is never used
#4

In my opinion, it's still pointless though. You can just do.
pawn Code:
#include <a_samp>

#define valores 20

public OnFilterScriptInit()
{
    return 1;
}

public OnPlayerConnect(playerid)
{
    GivePlayerMoney(playerid, 2*valores);
    return 1;
}
And you don't need to define a new variable or that.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)