02.01.2012, 08:21
180. // Display a message if the player hasn't accepted the rules yet
181. if(APlayerData[playerid][RulesRead] == false)
182. {
183. SendClientMessage(playerid, 0xFFFFFFFF, "{FF0000}You haven't accepted the {FFFF00}/rules{FF0000} yet");
184. }
185. return 1;
186.}
Got only 1 error but can't find it
181. if(APlayerData[playerid][RulesRead] == false)
182. {
183. SendClientMessage(playerid, 0xFFFFFFFF, "{FF0000}You haven't accepted the {FFFF00}/rules{FF0000} yet");
184. }
185. return 1;
186.}
Got only 1 error but can't find it