Posts: 977
Threads: 10
Joined: Apr 2011
Reputation:
0
You would need to edit the ladmin script in some way:
1) Use properties for storing the player's level
2) Use PVars for storing the player's level
3) Create a function that returns the level and call it with CallRemoteFunction
Posts: 977
Threads: 10
Joined: Apr 2011
Reputation:
0
Do some research (the wiki works wonders)!
It's also worth knowing WHY you want to do this. You need to alter the script in some way, so why not just add the commands to that script?