Jump to content
  • 0

show level


Bladex

Question

5 answers to this question

Recommended Posts

nu conteaza in afara jocului ca e acolo unde dai add server si alea

public DollahScoreUpdate()

{

new LevScore;

for(new i=0; i<MAX_PLAYERS; i++)

{

if(IsPlayerConnected(i))

{

  LevScore = PlayerInfo[pLevel];

SetPlayerScore(i, LevScore);

}

}

return 1;

}

Link to comment
Share on other sites

nu conteaza in afara jocului ca e acolo unde dai add server si alea

public DollahScoreUpdate()

{

new LevScore;

for(new i=0; i<MAX_PLAYERS; i++)

{

if(IsPlayerConnected(i))

{

  LevScore = PlayerInfo[pLevel];

SetPlayerScore(i, LevScore);

}

}

return 1;

}

Inseamna ca nu se incarca/salveaza variabila cu levelul.

Banner_2.png
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.