Read full name in DJSon.
#4

Try this :
PHP код:
new string[128], imie[23], nazwisko[23];//no need to make them 500 way to big
strcat(imiedj(PlayerPath(playerid), "Dane/Imię"));
strcat(nazwiskodj(PlayerPath(playerid), "Dane/Nazwisko")); 
if this doesn't work then try this and tell what happens :
PHP код:
new string[128], imie[23], nazwisko[23];//no need to make them 500 way to big
format(imiesizeof(imie), "%s",  dj(PlayerPath(playerid), "Dane/Imię"));
format(nazwiskosizeof(nazwisko), "%s",  dj(PlayerPath(playerid), "Dane/Nazwisko")); 
Reply


Messages In This Thread
Read full name in DJSon. - by Zevcore - 20.09.2015, 11:11
Re: Read full name in DJSon. - by BroZeus - 20.09.2015, 11:24
Re: Read full name in DJSon. - by Zevcore - 20.09.2015, 11:27
Re: Read full name in DJSon. - by BroZeus - 20.09.2015, 11:43
Re: Read full name in DJSon. - by Zevcore - 20.09.2015, 11:47
Re: Read full name in DJSon. - by Zevcore - 21.09.2015, 13:35
Re: Read full name in DJSon. - by Zevcore - 22.09.2015, 14:41
Re: Read full name in DJSon. - by BroZeus - 22.09.2015, 15:04

Forum Jump:


Users browsing this thread: 1 Guest(s)