Level in [TAB]
#1

How to change your level in TAB, by scripting cmd (pawno)
Reply
#2

The SetPlayerScore function is used to set a player's score in the tab menu.
Reply
#3

Quote:
Originally Posted by Calgon
Посмотреть сообщение
The SetPlayerScore function is used to set a player's score in the tab menu.
Thank you, will take a look if that works!
Reply
#4

and how do I save that score on exit? (like if i would relog)?
Reply
#5

You save it on; OnPlayerDisconnect or simply make a timer that does it.


For an example:
Код:
ini_setInteger(file, "Score", PlayerInfo[playerid][pScore]);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)