Jump to content

Red206

Membru
  • Posts

    1
  • Joined

  • Last visited

Posts posted by Red206

  1. C:\Users\Fabi\Desktop\Server\gamemodes\Red.pwn(234) : error 036: empty statement

    PAWNO

    public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
    {
        if(dialogid == DIALOG_KILL);
        {
        if(!response)
        {
        SetPlayerHealth(playerid, 0);
        }
        if(response)
        {
        return 0;
        }
        }
        return 1;
    }

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.