31.07.2012, 17:13
put instead of
public UpdateTimer()
THIS:
public UpdateTimer(playerid)
AND THEN CHANGE THAT FORWARD TO:
forward UpdateTimer(playerid);
public UpdateTimer()
THIS:
public UpdateTimer(playerid)
AND THEN CHANGE THAT FORWARD TO:
forward UpdateTimer(playerid);