Thread: Mys 1.3.x Stat/SKill System
View Single Post
  #55  
Old 06-30-2014, 11:51 AM
IntoRain's Avatar
IntoRain IntoRain is offline
Moderator
 
Join Date: Jul 2013
Location: Portugal
Posts: 461
Gender: Female
Credits: 23,196
IntoRain is on a distinguished road
Default

It might be this?

$message = $message .= (restOfCode)

Try just

$message .= (restOfCode)

or

$message = $message . (restOfCode)
__________________


asp.net stole my soul.
Reply With Quote