admin chat
#8

You have to change aAdmin to pAdmin

PHP код:
enum aInfo 

    
aAdmin 

new 
PlayerInfo[MAX_PLAYERS][aInfo]; 
Can you try with that? (This is the same that @n00blek gave you, I just corrected it)

PHP код:
enum aInfo 

    
pAdmin 

new 
PlayerInfo[MAX_PLAYERS][aInfo]; 
EDIT: Oh sorry, on other hand, you can simply change this :

PHP код:
switch(PlayerInfo[playerid][pAdmin]) 
- >
PHP код:
switch(PlayerInfo[playerid][aAdmin]) 
Reply


Messages In This Thread
admin chat - by Jaua10 - 09.10.2017, 17:32
Re: admin chat - by Jaua10 - 09.10.2017, 18:11
Re: admin chat - by n00blek - 09.10.2017, 18:25
Re: admin chat - by Jaua10 - 09.10.2017, 18:33
Re: admin chat - by n00blek - 09.10.2017, 18:38
Re: admin chat - by Jaua10 - 09.10.2017, 18:40
Re: admin chat - by Jaua10 - 09.10.2017, 18:42
Re: admin chat - by Maximun - 09.10.2017, 18:49
Re: admin chat - by n00blek - 09.10.2017, 19:16
Re: admin chat - by Jaua10 - 09.10.2017, 23:45

Forum Jump:


Users browsing this thread: 1 Guest(s)