Thread: Poster
View Single Post
  #12  
Old 12-28-2001, 02:46 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
Ok fixxed one prob now the next

Admin Part:

NPC Code:

if (playerchats){
tokenize #c;
if (strequals(#t(0),News)
{

setstring server.post,#c; }}



Player Part:

NPC Code:

// 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


timeout=.1;


if (timeout) {
showimg 204,@#s(server.post),screenwidth-693,60;
changeimgvis 204,4;
}



Ok now when I type something real long like this "

Ok, big news theres a new quest up and we hired a few gps. Please do not ask to be GP. We will be hiring FAQs Soon so go around the server or read about the quests items and other stuff on the Cosmo Canyon website because you have to know alot to be FAQ. Thanks -SirMix
"

it keeps printing with out returning... like it keeps going....
oh any how do you change the size? thanks for ya help btw
Reply With Quote