Thread
: Mys 1.3.x
Stat/SKill System
View Single Post
#
55
06-30-2014, 11:51 AM
IntoRain
Moderator
Join Date: Jul 2013
Location: Portugal
Posts: 461
Gender: Female
Credits:
23,196
It might be this?
$message = $message .= (restOfCode)
Try just
$message .= (restOfCode)
or
$message = $message . (restOfCode)
__________________
asp.net stole my soul.
IntoRain
View Public Profile
Send a private message to IntoRain
Find all posts by IntoRain