
12-27-2001, 09:06 AM
|
|
Registered User
|
Join Date: Dec 2001
Posts: 29
|
|
|
opps i mixxed it up >.< the scripts are
This is what goes in the staff thing
// 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);
}
}
This is what goes in the player system
// NPC made by yahgrown
//Reciving Part Goes in players system
//Updater Script For Cosmo Canyon
//Scripted By Owner (SirMiz,Blitz,hourZ,Phenomena)
//Varibles
$font = "Verdana";
//
//Get Post
showimg 204,@#s(server.post),screenwidth-693,60;
changeimgvis 204,4; |
|
|
|