Ah Help With "Timed Public"
#8

Quote:
Originally Posted by Jochemd
Посмотреть сообщение
I don't know, I still didnt got how it works with 'i' but it is an integer. If it doesnt work, try "s" or "d"
's' is a string :P

That should work, but faster is:

pawn Код:
public paycheck()
{
SendClientMessageToAll(0xFFFF00AA, "---------------------------------------");
SendClientMessageToAll(0xFFFF00AA, "San Andreas Bank.");
SendClientMessageToAll(0xFFFF00AA, "Las Venturas Citezen Paycheck of 250$");
SendClientMessageToAll(0xFFFF00AA, "---------------------------------------");
for(new i; i < MAX_PLAYERS; i++)
{
  GivePlayerMoney(i, 250);
}
return 1;
}
Reply


Messages In This Thread
Ah Help With "Timed Public" - by Matthew_Johnston - 27.08.2010, 10:00
Re: Ah Help With "Timed Public" - by Jochemd - 27.08.2010, 10:03
Re: Ah Help With "Timed Public" - by Matthew_Johnston - 27.08.2010, 10:06
Re: Ah Help With "Timed Public" - by Hiddos - 27.08.2010, 10:07
Re: Ah Help With "Timed Public" - by Jochemd - 27.08.2010, 10:09
Re: Ah Help With "Timed Public" - by Matthew_Johnston - 27.08.2010, 10:10
Re: Ah Help With "Timed Public" - by Jochemd - 27.08.2010, 10:17
Re: Ah Help With "Timed Public" - by Hiddos - 27.08.2010, 10:21
Re: Ah Help With "Timed Public" - by Matthew_Johnston - 27.08.2010, 10:22
Re: Ah Help With "Timed Public" - by Jochemd - 27.08.2010, 10:38

Forum Jump:


Users browsing this thread: 1 Guest(s)