View Single Post
  #1  
Old 02-27-2012, 02:20 PM
louis1016
Hill Giant
 
Join Date: Dec 2009
Posts: 157
Default Remove money from client

I'm trying to figure out how to remove a certain platinum amount from the client in the server code. It looks like m_pp.platinum is what i use to designate the clients platinum but its not recognizing m_pp when i compile. ( error message: 'm_pp' : undeclared identifier) I'm guessing I need to use a #include to another file but I cant figure out which one. Am I doing this wrong?
Reply With Quote