This entry passed through the Full-Text RSS service - if this is your content and you're reading it on someone else's site, please read the FAQ at http://ift.tt/jcXqJW.
Recommended article from FiveFilters.org: Most Labour MPs in the UK Are Revolting.
warning 202: number of arguments does not match definition
14/07/2016, 08:33 PM |
#3 |
|
Big Clucker
Join Date: Sep 2014
Location: Indonesia, Jakarta Timur
Posts: 70
Reputation: 0
|
Re: warning 202: number of arguments does not match definition
solved bro , i forgot for use what
PHP Code:
forward CheckAkun(playerid);
public CheckAkun(playerid)
{
new
rows,
fields;
cache_get_data(rows, fields, mysql);
new string[256];
if(
rows)
{
pInfo[playerid][ID] = cache_get_field_content_int(0, "ID");
cache_get_field_content(0, "Password", pInfo[playerid][Password], mysql, 129);
format(string,sizeof(string)," Login - %s", PlayerName(playerid));
ShowPlayerDialog(playerid, DIALOG_LOGIN, DIALOG_STYLE_PASSWORD,string," system have detected your username registered please login","Login","Exit");
}
else
{
format(string,sizeof(string)," Register - %s", PlayerName(playerid));
ShowPlayerDialog(playerid, DIALOG_REGISTER, DIALOG_STYLE_PASSWORD,string," Welcome to "NAME"\ninput password and click register!","Register","Exit");
}
return 1;
}
SOLVED
__________________

|
|
 |
Aucun commentaire:
Enregistrer un commentaire