help what this aka?
#1

public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
if(strlen(dini_Get("Admin/logs/aka.txt", tmp3)) == 0)
dini_Set("Admin/logs/aka.txt", tmp3, PlayerName);
else
{
if( strfind( dini_Get("Admin/logs/aka.txt", tmp3), PlayerName, true) == -1 )
{
format(string,sizeof(string),"%s,%s", dini_Get("Admin/logs/aka.txt",tmp3), PlayerName);
dini_Set("Admin/logs/aka.txt", tmp3, string);
}
}
return 1;
}
Reply


Messages In This Thread
help what this aka? - by Tween73 - 03.01.2017, 22:37
Re: help what this aka? - by SyS - 04.01.2017, 00:44
Re: help what this aka? - by iamjems - 04.01.2017, 11:24
Re: help what this aka? - by GoldenLion - 04.01.2017, 11:35
Re: help what this aka? - by Tween73 - 04.01.2017, 21:14

Forum Jump:


Users browsing this thread: 2 Guest(s)