View Single Post
  #19  
Old 07-24-2012, 03:24 PM
BlueMelon BlueMelon is offline
asdfg
BlueMelon's Avatar
Join Date: Sep 2008
Posts: 1,481
BlueMelon is a splendid one to beholdBlueMelon is a splendid one to beholdBlueMelon is a splendid one to beholdBlueMelon is a splendid one to behold
You concat strings using @, so don't place it inside a string (" ")

PHP Code:
"Profile : @pl.nick@"
Would be:
PHP Code:
"Profile: " pl.nick 
Also, you are referencing 'pl' which is a uninitialized variable. Look into using the findplayer() function.
__________________
http://i.imgur.com/OOJbW.jpg
Reply With Quote