07.01.2013, 12:28
In my opinion, it's still pointless though. You can just do.
And you don't need to define a new variable or that.
pawn Code:
#include <a_samp>
#define valores 20
public OnFilterScriptInit()
{
return 1;
}
public OnPlayerConnect(playerid)
{
GivePlayerMoney(playerid, 2*valores);
return 1;
}