Posts: 914
	Threads: 118
	Joined: Nov 2010
	
	
 
	
	
		All players get admin level in my server. i don't know how fix that im see in onplayerconnect nothing there. so please help me
Sorry For my Bad english
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 187
	Threads: 41
	Joined: Jul 2010
	
Reputation: 
0
	 
	
	
		Well what variable tells if you are admin or note? something like pInfo[playerid][Admin] or something?
Well but under onplayerconnect: pInfo[playerid][Admin] = 0; or what variable you use, I cannot smell that lol :P
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 914
	Threads: 118
	Joined: Nov 2010
	
	
 
	
	
		
Quote:
| 
					Originally Posted by KaleOtter  Well what variable tells if you are admin or note? something like pInfo[playerid][Admin] or something?Well but under onplayerconnect: pInfo[playerid][Admin] = 0; or what variable you use, I cannot smell that lol :P
 | 
 (adminlevel[playerid] >= 0);
Quote:
| 
					Originally Posted by park4bmx  what admin system you use ? | 
 already in gm not FS
	
 
	
	
	
		
	
 
 
	
	
	
		
	Posts: 2,364
	Threads: 135
	Joined: Dec 2009
	
Reputation: 
0
	 
	
	
		what admin system you use ?
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 914
	Threads: 118
	Joined: Nov 2010
	
	
 
	
	
		
Quote:
| 
					Originally Posted by KaleOtter  Use adminlevel[playerid] = 0; in onplayerconnect 
Like I said, I can't   | 
 okay i will try this and reply
	
 
	
	
	
		
	
 
 
	
	
	
		
	Posts: 914
	Threads: 118
	Joined: Nov 2010
	
	
 
	
	
		okay work good thanks for your help