View Single Post
  #6  
Old 12-28-2011, 06:57 PM
callimuc callimuc is offline
callimuc's Avatar
Join Date: Nov 2010
Location: Germany
Posts: 1,015
callimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to behold
Maybe having a class joined to the player like:
PHP Code:
public function RecievePM(textother) {
  
triggerclient("gui""-System/PM""RecievedPM"textother); //need to add those stuff than in the PM weapon

and using like
PHP Code:
findplayer(params[1]).RecievePM(params[2], player.account
Would that be a good way?
__________________
MEEP!
Reply With Quote