11.05.2014, 07:07
To start with -
You are setting a timer with no parameters, and using GasTimer(playerid)!
Use SetTimerEx.
pawn Code:
TIMER_GASFILL[playerid] = SetTimer("GasTimer",GAS_FILL,true);
Use SetTimerEx.