08.08.2013, 14:16
//code is
new msg[50];
new place1 = place - 1;
if(place1 > 3 || place1 < 1) return 1;
Which can't help you. Problem is in loop. Not with message.
new msg[50];
new place1 = place - 1;
if(place1 > 3 || place1 < 1) return 1;
Which can't help you. Problem is in loop. Not with message.