
12-27-2001, 08:41 AM
|
|
Registered User
|
Join Date: Dec 2001
Posts: 29
|
|
Poster
|
Ok Im working on a poster for practise. Oh and I must give creidt for the idea, its from Andor.
Well anyways heres the part that goes in the staff room or whatever.
// NPC made by yahgrown
//posting script
//post part only for owner or other people who will post.
if (playerchats && strequals(#c,post)) {
tokenize #c;
if (strequals(#t(0),post)) {
setstring server.post,#t(1);
}
}
=====================================
Heres the part that goes in the player system
// NPC made by yahgrown
//posting script
//post part only for owner or other people who will post.
if (playerchats && strequals(#c,post)) {
tokenize #c;
if (strequals(#t(0),post)) {
setstring server.post,#t(1);
}
}
==============================================
I know there somthing wrong with the staff weapon. Because when I do it manually, open flags and type in "server.post=finally up, thanks for the support" It will disply it. Can someone help? |
|
|
|