Thread
:
Newbie scripter needs advice.
View Single Post
#
7
06-30-2011, 09:53 PM
callimuc
ジ
Join Date: Nov 2010
Location: Germany
Posts: 1,015
PHP Code:
this
.
name
=
player
.
chat
-
"/setname"
;
You don“t use like player.chat - "/setname";
You should do something like:
PHP Code:
this
.
name
=
player
.
chat
.
substring
(
9
);
__________________
MEEP!
callimuc
View Public Profile
View GraalOnline Profile
Find all posts by callimuc