Jump to content

[REZOLVAT] Problem:Stats


zeks93
 Share

Recommended Posts

Iti arata money: 49 deoarece in string-ul de afisare, ai specificat "%s" cand urma un int.

 

Spre exemplu:

format(string, sizeof(string), "Money: %s", PlayerInfo[playerid][pCash]); 

=> 49.

 

Ar trebui sa fie:

format(string, sizeof(string), "Money: %d", PlayerInfo[playerid][pCash]); 

=> PlayerInfo[playerid][pCash].

Respecta si vei fi respectat.

 

BigInt Pawn:

Pacman C++: 

Snake C++:

Minesweeper C++:

 

mattbb.cash

leaks.ro

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...