Thread: News Bar
View Single Post
  #10  
Old 11-12-2002, 08:56 PM
Com013 Com013 is offline
Registered User
Join Date: Aug 2002
Location: GMT+1
Posts: 381
Com013 is on a distinguished road
Maybe it could be solved using the NPC Server.

NPC Code:

if (actionplayeronline) {
lastnews = strtofloat(#s(lastnews));
currentnews = 1; // <- increase each time you change the news
if (lastnews < currentnews) {
sendpm *news*;
setstring lastnews,#v(currentnews);
}
}

__________________
Com013
Former Admin of the LAT on Graal The Adventure

e-mail: [email protected]
Reply With Quote