19.05.2014, 16:00
Can someone please help me with this?
(185) : warning 225: unreachable code
(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; } |