SOLVED
#8

here is my bank time

Код:
forward Timer(playerid); //automessage



//////////////////////////////////////////////////////////////////////////////// PAYDAY + AITOMESSAGE
public Timer(playerid)
{
SendClientMessageToAll(COLOR_YELLOW, "Please Visit us here at, Kontrol-Gaming.co.cc"); // Color can be edited, Look at top for the colors.
SendClientMessageToAll(COLOR_YELLOW, " Please remember to report any bugs you may find, /Bug <Message>");

for(new a=0; a<MAX_PLAYERS; a++)
  {
GivePlayerMoney(a, 1000);
}
SendClientMessageToAll(COLOR_LIGHTGREEN, "You've recieved playing money **$1000**!");
}

//////////////////////////////////////////////////////////////////////////////// PAYDAY + AITOMESSAGE
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)