warning 202: number of arguments does not match definition
#5

Quote:
Originally Posted by welderlourenco
Посмотреть сообщение
Hello again, use the GetPlayerIp(playerid, name[], len) https://sampwiki.blast.hk/wiki/GetPlayerIp to get the ip address from a player. The second parameter is the variable name where to store the player ip, passed by reference.

new ip[15], string[128];

GetPlayerIp(playerid, ip, sizeof(ip));

format(string, sizeof(string), "Type your password below to login your account \n\nName: %s (%d) \nIP: %s", GetName(playerid), playerid, ip);

ShowPlayerDialog(playerid, DIALOG_LOGIN, DIALOG_STYLE_PASSWORD, "{00CC66}Account Login", string, "Login", "Rename");
YES! Good job mate! It's all working nice. Hope you can still help me next time I gave you +rep but I think it wont show up until I get 25+ posts lol.
Reply


Messages In This Thread
warning 202: number of arguments does not match definition - by kampuman - 07.12.2014, 15:17
Re: warning 202: number of arguments does not match definition - by welderlourenco - 07.12.2014, 15:50
Re: warning 202: number of arguments does not match definition - by kampuman - 07.12.2014, 16:14
Re: warning 202: number of arguments does not match definition - by welderlourenco - 07.12.2014, 16:30
Re: warning 202: number of arguments does not match definition - by kampuman - 07.12.2014, 16:55

Forum Jump:


Users browsing this thread: 1 Guest(s)