Jump to content

Question

5 answers to this question

Recommended Posts

Posted

poi la tab si in afara joculu unde arata level zice ca e level 0 de ce?

Pentru ca nu exista functia SetPlayerScore sau variabila este 0.

Cum adica inafara jocului?

Banner_2.png
Posted

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;

}

Posted

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
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.