Jump to content
  • 0

Warning-uri


ShaggyShaggy

Question

 

		SetTimerEx("hidetextdrawpayday1", 5000, false, "dd", playerid, textdrawpayday1);
		PlayerInfo[i][pPayDay]++;
        new rand1 = 0 + random(2);
        PlayerInfo[i][pExp] += rand1;
        new rand = 20 + random(10);
        GivePlayerMoney(i, rand);
    }
    return 1;
}

forward hidetexdrawpayday1(playerid, textdrawpayday1);
public hidetextdrawpayday1(playerid, textdrawpayday1)
{
TextDrawHideForPlayer(playerid, textdrawpayday1);
return 1;
}

randurile 102-117

C:\Users\Gabi\Desktop\Server-ul meu de samp\server samp\Beta.pwn(102) : warning 213: tag mismatch
C:\Users\Gabi\Desktop\Server-ul meu de samp\server samp\Beta.pwn(113) : warning 235: public function lacks forward declaration (symbol "hidetextdrawpayday1")
C:\Users\Gabi\Desktop\Server-ul meu de samp\server samp\Beta.pwn(113) : warning 219: local variable "textdrawpayday1" shadows a variable at a preceding level
C:\Users\Gabi\Desktop\Server-ul meu de samp\server samp\Beta.pwn(115) : warning 213: tag mismatch

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.