Home   Help Search Login Register  

Author Topic: Display Rating  (Read 1049 times)

0 Members and 1 Guest are viewing this topic.

Offline joske

  • Members
  • *
Display Rating
« on: 23 Sep 2010, 16:20:47 »
nevermind i managed to solve this myself, il put the code out here if anyone needs it. Otherwise just delete or lock the thread.
This script will not only say your rating but also update it constantly.
Code: [Select]
while {true}
 do {
hint format ["Credit: %1", rating player];
sleep 1;
    };
So I am working on some new mission/experiment where i am using rating as a sort of currency, using the addrating command.
Now everything is working just fine, the only problem is that i cant find way to display the amount of rating/points i have, i have searched this forum and the BIS one plus the editing guide but i havent found a way to do it.
So i hope someone can tell me how to do this presumably simple thing and thanks in advance.

« Last Edit: 23 Sep 2010, 19:27:36 by joske »