problem with saying gang name
#9

Just under the command "creategang" add
PHP код:
format(pInfo[playerid][NameGang], sizeof(pInfo[playerid][NameGang]), "%s"gName); 
and keep your enums like that

PHP код:
enum ENUM_PLAYER_DATA
{
    
GangID
    
GangIDD
    
NameGang[100], 
    
OwnerGang[MAX_PLAYER_NAME]
}; 

new 
pInfo[MAX_PLAYERS][ENUM_PLAYER_DATA]; 
And the load isn't proper.. You're loading them as integers not as strings..
Reply


Messages In This Thread
problem with saying gang name - by severance - 22.08.2018, 09:22
Re: problem with saying gang name - by severance - 22.08.2018, 09:46
Re: problem with saying gang name - by Rufio - 22.08.2018, 09:57
Re: problem with saying gang name - by severance - 22.08.2018, 10:17
Re: problem with saying gang name - by Rufio - 22.08.2018, 10:19
Re: problem with saying gang name - by severance - 22.08.2018, 10:55
Re: problem with saying gang name - by Rufio - 22.08.2018, 11:11
Re: problem with saying gang name - by severance - 23.08.2018, 11:15
Re: problem with saying gang name - by JasonRiggs - 23.08.2018, 11:27
Re: problem with saying gang name - by severance - 23.08.2018, 11:46

Forum Jump:


Users browsing this thread: 1 Guest(s)