27.08.2012, 17:49
Waitttt man! Hold on! I mean... What should I do inside with the stock you've given me, What to do inside? I really don't have any Idea. Could you help me for the second time? Else you leave me no choice but to use lamarr007 code ![Cheesy](images/smilies/biggrin.png)
OMG!!
![Cheesy](images/smilies/biggrin.png)
OMG!!
pawn Код:
public OnPlayerConnect(playerid)
{
ShowPlayerDialog(playerid, D, DIALOG_STYLE_MSGBOX, "Notice", "You are currently banned from the server. Please post Unban Appeal in our forum blablablalah ", "Close", "");
return 1;
}
pawn Код:
stock bool:IsPlayerBanned(playerid)
{
//code ban check, "return true" if player banned, "return false" if player not banned
}
Код:
warning 208: function with tag result used before definition, forcing reparse warning 209: function "IsPlayerBanned" should return a value warning 203: symbol is never used: "playerid"