warning 225
#1

Can someone please help me with this?

(185) : warning 225: unreachable code


Quote:

// Display a message if the player hasn't accepted the rules yet
if (APlayerData[playerid][RulesRead] == false)
SendClientMessage(playerid, 0xFFFFFFFF, "{FF0000}You haven't accepted the {FFFF00}/rules{FF0000} yet");
return 1;
}

Reply
#2

warnings are nothing to be afraid of you will still get the .amx files
Reply
#3

Quote:
Originally Posted by ReApZ
Посмотреть сообщение
warnings are nothing to be afraid of you will still get the .amx files
I know, but i need to get off this warning.
Reply
#4

pawn Код:
// Display a message if the player hasn't accepted the rules yet
if (APlayerData[playerid][RulesRead] == false)
{
SendClientMessage(playerid, 0xFFFFFFFF, "{FF0000}You haven't accepted the {FFFF00}/rules{FF0000} yet");
return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)