16.01.2015, 12:34
@TheRaGeLord, no it's not good.
Especially if this is a SetTimerEx-tutorial, it's a very bad one.... It doens't work, and wouldn't even compile...
Spot the error:
Don't teach people about things you don't know anything about! You won't become a math-teacher if you don't even know what 2+2 is, right?
Especially if this is a SetTimerEx-tutorial, it's a very bad one.... It doens't work, and wouldn't even compile...
Spot the error:
pawn Code:
SetTimerEx("SearchSystem", 5000, false, "i", playerid);
pawn Code:
forward SearchSystem();
public SearchSystem()
{
...