Thread: Leveling System
View Single Post
  #8  
Old 11-29-2009, 08:22 PM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
The code I provided will not work in a weapon script like that and was just an example of the proper usage, you need to specify the player object.

PHP Code:
function onCreated() {
  
findplayer("Samposse").addExperience("Physical"1000);

__________________
Quote:
Reply With Quote