Thread: Poster
View Single Post
  #4  
Old 12-27-2001, 09:06 AM
pimpiroth pimpiroth is offline
Registered User
Join Date: Dec 2001
Posts: 29
pimpiroth is on a distinguished road
Send a message via AIM to pimpiroth Send a message via Yahoo to pimpiroth
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;
Reply With Quote