19.08.2009, 21:54
i have created an timer,but i get an errors,here's the code:
here's the errors:
pawn Код:
public timer(playerid)
{
GameTextForPlayer(playerid,"~b~Visit http://forum.sa-mp.com/index.php?topic=114460.0",3000,5);
return 1;
}
pawn Код:
D:\GTA San Andreas\gamemodes\DMV1.0.pwn(1188) : warning 235: public function lacks forward declaration (symbol "timer")
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Warning.