27.03.2011, 00:13
this is my code for Payday
Код:
public PayDay() { SendClientMessageToAll(COLOR_LIGHTBLUE,"PAYDAY: All business earnings have been updated and all players have recieved a rebate of $50000"); for (new i = 0; i < MAX_PLAYERS; i++) { GivePlayerMoney(i,500); if(PlayerInfo[i][bowner] == 1) { new cbmon = BizInfo[PlayerInfo[i][bowned]][cashbox], pmon = BizInfo[PlayerInfo[i][bowned]][profit]; BizInfo[PlayerInfo[i][bowned]][cashbox] = cbmon+pmon; SendClientMessage(i,COLOR_LIGHTBLUE,"To collect you business' earnings return to your business and type '/cashbox'"); } }