How to load the clan onplayerrequestclass
#8

Quote:
Originally Posted by Shinja
Посмотреть сообщение
PHP код:
                //you must have loaded all clan names before somewhere 
Did you notice this part?
Try to debug the string
PHP код:
                    new string[100];  
                    
format(stringsizeof(string), "%s"ClanInfo[UserStats[playerid][Clan]][ClanName]);  
                    
GameTextForPlayer(playeridstring10004);
                    
format(stringsizeof(string), "Clan name: %s"ClanInfo[UserStats[playerid][Clan]][ClanName]);  
                    
SendClientMessage(playerid, -1string); 
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)