Post: Get players level
06-07-2015, 12:00 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); So I'm currently working on something and I need to get the players level, but I don't know how :(

Something like this and the level from 1 till 55 ofcourse

    level = self.getLevel;
self iprintLn("Level: " + level);
(adsbygoogle = window.adsbygoogle || []).push({});
06-07-2015, 12:40 AM #2
iiiCenTurY
Gym leader
I'm currently on my phone But you can look in the raw files: globallogic_scores.gsc there is the code to get the level

The following user thanked iiiCenTurY for this useful post:

akaRadon
06-07-2015, 01:06 AM #3
Loz
Vault dweller
Originally posted by akaRadon View Post
So I'm currently working on something and I need to get the players level, but I don't know how :(

Something like this and the level from 1 till 55 ofcourse

    level = self.getLevel;
self iprintLn("Level: " + level);


just do
level = getrank();
06-07-2015, 04:45 AM #4
FRINZ
I’m too L33T
loz ur skype sir
06-07-2015, 10:57 AM #5
Thanks guys I found it :
    level = self maps\mp\gametypes\_rank::getRank() + 1;

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo