21.07.2009, 04:15
Function name and variable name shouldn't be the same.
change to:
pawn Код:
public go(playerid)
{
Robbery(playerid);
}
pawn Код:
public GoTimer(playerid)
{
Robbery(playerid);
}