XP Giving Function

Giving XP Through Code

How to give XP through functions

 

ply:AddSkillXP( number )

 

You can change the "number" value to any number, using this you can give any of your players XP

This is not used for proficiency, only XP for the base leveling system

 

Example as shown:

ply:AddSkillXP( 10000 )

  • 5 Users Found This Useful
Was this answer helpful?

Related Articles

Set Permissions For wOS Admin Commands

How to configure permissions for wOS admin commands "Admin Commands" refer to the console...

Console Commands

wOS admin console commands wos_openadminmenu - Opens a menu that allows you to set peoples...

Item Giving Function

Item Giving Function How to give items through functions Method 1 This method depends on the...

Item Spawning Function

Item Spawning Function How to spawn items with a function Method 1 This method depends on the...