How do I fix this error?
#1

Code:
grandlarc.pwn(603) : error 035: argument type mismatch (argument 2)
PHP Code:
    if(dialogid==2)
    {
        if(
response)
        {
            new 
message[256];
            
format(message256"Your skin has been changed to %i."inputtext);
            
SendClientMessage(playerid, -1message);
            
SetPlayerSkin(playeridinputtext);    //line 603
                
return 1;
        }
        
    } 
Reply


Messages In This Thread
How do I fix this error? - by aKnoxx - 25.12.2018, 01:17
Re: How do I fix this error? - by iorp - 25.12.2018, 01:30
Re: How do I fix this error? - by zerruv - 25.12.2018, 06:20
Re: How do I fix this error? - by iorp - 25.12.2018, 06:42

Forum Jump:


Users browsing this thread: 1 Guest(s)