if(response)
#5

I did that, and I got these error line
pawn Код:
G:\Server info\Mein - Kopia\gamemodes\gys.pwn(399) : error 035: argument type mismatch (argument 2)
on this line

pawn Код:
if(dialogid == 154)
    {
        if(response)
        {
         new string[128];
         format(string,sizeof(string), "%s has thanked for this server!",pName(playerid));
         SendClientMessageToAll(playerid,COLOR_LIGHTBLUE,string);
         return 1;
     }
 }
Reply


Messages In This Thread
if(response) - by RieTzz - 01.02.2013, 18:41
Re: if(response) - by Alternative112 - 01.02.2013, 18:54
Re: if(response) - by RieTzz - 01.02.2013, 20:03
Re: if(response) - by Accord - 01.02.2013, 20:04
Re: if(response) - by RieTzz - 01.02.2013, 20:51
Re: if(response) - by Naruto_Emilio - 01.02.2013, 21:46
Re: if(response) - by [swat]dragon - 01.02.2013, 23:16
Re: if(response) - by Jewell - 02.02.2013, 05:11
Re: if(response) - by Jewell - 02.02.2013, 05:13
Re: if(response) - by RieTzz - 02.02.2013, 08:57

Forum Jump:


Users browsing this thread: 1 Guest(s)