aka command help
#1

Hello,
can some one tell me how to script cmd aka so i can check mutiaccounters, etc...
Thank you.
Reply
#2

I understood nothing. Can you explain this cmd usage again ?
Reply
#3

Try luxadmin, it does have a command /aka.
Reply
#4

If your using MYSQL. Then Its soo simple. Just make a query to get data of all users with same ip. I just wrote an example below!
pawn Код:
CMD:aka(playerid, params[])
{
new string[256], otherid, ip;
if(sscanf(params,"u",otherid)) return SendClientMessage(playerid, -1, "USAGE: /aka [id]");
GetPlayerIP(playerid, ip, sizeof(ip));
///YOUR MYSQL QUERY ACCORDING TO VERSION. //FORMAT IT
"SELECT `User` FROM tablename WHERE IP=%s" , ip
HENCE LOAD RESULT IN DIALOG. Also set permissions for CMD.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)