Posts: 20
	Threads: 3
	Joined: Jan 2015
	
Reputation: 
0
	 
 
	
	
		I can't give the detail, what's happened on my gamemode. First, I register to the server. Then, it's all ready done. I logged in. Successfully, all worked. I try to reconnect, then I login. It's done, successfully. The second try, I login. After login, I alt-tab then I GMX my server from the VPS. After that, I got "Server Closed Connection" as always because I did GMX.
After GMX, I re-connecting again. Then I got "Incorrect Password" after that. But I'm sure, I'm not fill the wrong password because my password is just "123456". I dont know what's happened, and what's wrong on my server. I used DINI, because i'm newbie then I have to learn about saving system and others. The DINI is very simple and recommended for beginner scripter.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 1,506
	Threads: 13
	Joined: Jun 2015
	
	
 
	
		
		
		
		09.03.2017, 06:30 
(
 Последний раз редактировалось Logic_; 09.03.2017 в 07:29.
)
	
	 
	
		I'm trying to fetch alphabets according to their IDs and I know it's possible but how can I do that? is there something that I can use?
PHP код:
new aID = 5; // holds the alphabet ID;
printf("%c is where the bomb is.", GetAlphabet(aID)); 
 So this'll print 'F' as letter F is 5, letter A is 1 and letter Z = 25.
---
I've a object which moves under some specific conditions and it's in the sky but it falls and comes to the ground and/ or destroys. What's must be causing it? Any guesses?
	
 
	
	
	
		
	
 
 
	
	
	
		
	Posts: 321
	Threads: 20
	Joined: Jun 2015
	
Reputation: 
0
	 
 
	
	
		guys i know its basic one but i realy want to know 
is any different between null and 0 ?
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 1,506
	Threads: 13
	Joined: Jun 2015
	
	
 
	
		
		
		
		15.04.2017, 21:43 
(
 Последний раз редактировалось Logic_; 21.04.2017 в 08:17.
)
	
	 
	
		Removed.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 112
	Threads: 14
	Joined: Jan 2014
	
Reputation: 
0
	 
 
	
	
		What's better: every player with his timer or a single timer with a loop inside?
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 1,506
	Threads: 13
	Joined: Jun 2015
	
	
 
	
	
		
Quote:
					Originally Posted by  GaByM
 
 
What's better: every player with his timer or a single timer with a loop inside? 
 | 
 Per-player timers, but they can be spammed through hacks.