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
#2

Aka means also known as
Reply
#3

DO NOT USE DINI
Reply
#4

Quote:
Originally Posted by iamjems
Посмотреть сообщение
DO NOT USE DINI
https://sampforum.blast.hk/showthread.php?tid=611399
Reply
#5

Why? up...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)