02.12.2014, 12:06
Quote:
you mean
pawn Код:
pawn Код:
|
pawn Код:
SetTimerEx("Test", 1000, false, "i", CP_TEST);
pawn Код:
forward Test(cpid);
public forward(cpid)
{
if(cpid == CP_TEST)
// let me do other stuff here.
return 1;
}