jeudi 14 juillet 2016

warning 202: number of arguments does not match definition

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
Old 14/07/2016, 08:33 PM   #3

Big Clucker

 

Join Date: Sep 2014

Location: Indonesia, Jakarta Timur

Posts: 70

Reputation: 0

DefaultRe: 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(rowsfieldsmysql);
    new 
string[256];

    if(

rows)
    {
        
pInfo[playerid][ID] = cache_get_field_content_int(0"ID");
        
cache_get_field_content(0"Password"pInfo[playerid][Password], mysql129);
        
format(string,sizeof(string)," Login - %s"PlayerName(playerid));
        
ShowPlayerDialog(playeridDIALOG_LOGINDIALOG_STYLE_PASSWORD,string," system have detected your username registered please login","Login","Exit");
    }
    else
    {
        
format(string,sizeof(string)," Register - %s"PlayerName(playerid));
        
ShowPlayerDialog(playeridDIALOG_REGISTERDIALOG_STYLE_PASSWORD,string," Welcome to "NAME"\ninput password and click register!","Register","Exit");
    }
    return 
1;

SOLVED
__________________
Izaki is online now   Reply With Quote

Aucun commentaire:

Enregistrer un commentaire