umm
Quote:
First, you make a new task in plugin_init, with flag "b" and 1.0 time.
In the task function, loop trough all alive players.
Get their index.
Then set the HUD message.
And then you can use these natives to get their XP, Level and Credits in the HUD:
PHP Code:
register_native("RPGx_GetXP", "Native_GetXP", 1);
register_native("RPGx_GetLevel", "Native_GetLevel", 1);
register_native("RPGx_GetCredits", "Native_GetCredits", 1);
|
Sorry i can this say only in german :/
(German): Ich bin neu hier und habe keine ahnung von sowas habe sowas noch nie gemacht :/
(English Worng?) : Iam new here i cant Scripting and its a little bit too hard for me
__________________