Jump to content
  • 0

pomoc Korist....da kazdych 5minut 5 000$


Guest Freesmil

Dotaz

5 odpovědí na tuto otázku

Recommended Posts

  • 0

nahoru do modu :

 

forward korist();

 

kamkoli do modu :

 

public korist() {
for(new i = 0; i <= MAX_PLAYERS; i++){
GivePlayerMoney(i,10000);
}}

 

do gamemodeinit :

 

SetTimer("korist", 300000, 1);

Link to comment
Share on other sites

  • 0
FreeWall":13io7pnb]nahoru do modu :

 

forward korist();

 

kamkoli do modu :

 

public korist()
{
for(new i = 0; i <= GetMaxPlayers(); i++)
{
if(IsPlayerConnected(i))
{
GivePlayerMoney(i,10000);
}}
return 1;
}

 

do gamemodeinit :

 

SetTimer("korist", 300000, 1);

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...