Thread
:
Question about PMs with NPC server
View Single Post
#
2
06-09-2007, 01:15 AM
Chompy
¯\(º_o)/¯
Join Date: Sep 2006
Location: Norway
Posts: 2,815
hmm
I think it is something like
PHP Code:
function
onPM
() {
if (
params
[
0
] ==
"test"
) {
sendpm
(
"Test Message"
);
}
}
Not sure tho..
I think params[0] is what you pm the player
__________________
Chompy
View Public Profile
View GraalOnline Profile
Find all posts by Chompy