17.12.2010, 13:52
Quote:
nvm, I saw the problem! In the timer I didn't had a space between ""...
|
pawn Код:
SetTimer("funcname", 1000, true); //all parameter needed
SetTimerEx("funcname", 1000, true, ""); //Use the normal timer for that ^^"
Quote:
except the objects and vehicles? Nero? Do I have to rename "test" each line?
|
pawn Код:
print("Test");
Hello();
print("Test");
SetTimer(...);
print("Test");
CallMe();
print("Test");
And you only find two "Test" than you know that SetTimer crashed the server, easy, isnt it