03.02.2016, 11:52
Quote:
I need that return..
Crashdetect - i test this on online linux server...(Crashdetect only on home server) |
Код:
forward Plata(); public Plata() { new payday[830]; foreach(Player, i) { if(gPlayerLogged[i] == 1) { if(PlayerInfo[i][pPayDay] < 5) { SCM(i, -1, "*Niste igrali dovoljno dugo da bi dobili platu."); conutine; } SCM(i, -1, "You get money!"); code code code... } } return true; }