10.12.2013, 16:53
public Payday()
{
new string[128];
for(new i = 0; i < MAX_PLAYERS; i++)
{
format(string,sizeof(string),"~b~Payday: ~p~$3500");
GameTextForAll(string, 5000, 5);
GivePlayerMoney(i,3500);
}
return 1;
}
{
new string[128];
for(new i = 0; i < MAX_PLAYERS; i++)
{
format(string,sizeof(string),"~b~Payday: ~p~$3500");
GameTextForAll(string, 5000, 5);
GivePlayerMoney(i,3500);
}
return 1;
}