YINI reading strings one by one.
#6

Can you please show me some example how to do, I really dont understand ***** text.

I want to create file with string in it, and after to load that string in SendClientMessage, format and everything else.

PHP код:
CMD:setstring(playeridparams[])
{
    new 
INI:ini INI_Open("haha.ini");
    
INI_WriteString(ini"1:""SOMETHING");
    
INI_Close(ini);
}
CMD:teststring(playeridparams[])
{
    new 
INI:ini INI_Open("haha.ini");
    
INI_String("1:"test50);
    
INI_Load("haha.ini");
    
// I dont know how to format string which I created and put it in SendClientMessage
    
return 0;

Reply


Messages In This Thread
YINI reading strings one by one. - by DiNorscio - 26.06.2014, 19:30
Re: YINI reading strings one by one. - by DiNorscio - 27.06.2014, 09:19
Re: YINI reading strings one by one. - by BroZeus - 27.06.2014, 09:23
Re: YINI reading strings one by one. - by DiNorscio - 27.06.2014, 11:14
Re: YINI reading strings one by one. - by BroZeus - 27.06.2014, 11:25
Re: YINI reading strings one by one. - by DiNorscio - 27.06.2014, 12:12

Forum Jump:


Users browsing this thread: 1 Guest(s)