Server won't start anymore!
#6

Quote:
Originally Posted by timothyinthehouse
Посмотреть сообщение
nvm, I saw the problem! In the timer I didn't had a space between ""...
Nice ^^ but an empty timer parameter? strange

pawn Код:
SetTimer("funcname", 1000, true); //all parameter needed
SetTimerEx("funcname", 1000, true, ""); //Use the normal timer for that ^^"
Quote:
Originally Posted by timothyinthehouse
Посмотреть сообщение
except the objects and vehicles? Nero? Do I have to rename "test" each line?
No its just an easy debug methode, you put between each line a print "Test"
pawn Код:
print("Test");
Hello();
print("Test");
SetTimer(...);
print("Test");
CallMe();
print("Test");
Now if start your server again and check the log
And you only find two "Test" than you know that SetTimer crashed the server, easy, isnt it
Reply


Messages In This Thread
Server won't start anymore! - by Baboon - 17.12.2010, 12:57
Re: Server won't start anymore! - by Kwarde - 17.12.2010, 13:05
Re: Server won't start anymore! - by Baboon - 17.12.2010, 13:06
Re: Server won't start anymore! - by Nero_3D - 17.12.2010, 13:07
Re: Server won't start anymore! - by Baboon - 17.12.2010, 13:13
Re: Server won't start anymore! - by Nero_3D - 17.12.2010, 13:52

Forum Jump:


Users browsing this thread: 3 Guest(s)