13.04.2012, 01:04
Alright, so I made a timer, and I am trying to have it do something when it ends, so I do this:
and I get this error:
pawn Код:
public TutorialTimer(playerid)
{
return 1;
}
pawn Код:
C:\Documents and Settings\nmader\Desktop\Folders\Lost Roleplay\gamemodes\Login.pwn(972) : error 025: function heading differs from prototype
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Error.