07.07.2014, 02:42
Try this:
pawn Код:
SetTimer("afterrob", 120000, false); //Instead of your current afterrob timer as you should stick to using SetTimerEx when it has something to do with player-related variables, or vehicle related variables, etc.
pawn Код:
forward afterrob();
public afterrob()
{
return robpossible = 1;
}