Script Request: Auto Tips

Author Topic: Script Request: Auto Tips  (Read 4749 times)

I need a auto tip thing for my RPG thing if you don't know what i mean
What it does is every now and minute a differant tip comes up like for
example "TIP: Did you know that you can find special weapons in different places! See i want one!

NOTE: make about 20 spaces for me to write different tips!

Code: [Select]
$Tip[1] = "Raping is a crinimal offence."; //First tip
$Tip[2] = "Please don't feed the noobs."; //second Tip

$TipCount = "2"; //Amount of tips
$TipTime = "1"; //How often you want a message to be said, In Mins.

function serverCmdToggleTips(%client){
if(%client.isSuperAdmin || %client.isAdmin){
if(!$Tips){
$Tips = 1;
%time = $TipTime * 60000;
$TipSechedule = schedule(%time,0,Tip);
                messageclient(%client,"","\c6Tips are now\c0 ON");
} else {
$Tips = 0;
cancel($TipSechedule);
                messageclient(%client,"","\c6Tips are now\c0 OFF");
}
}
}

function Tip(){
if($Tips){
%tip = getRandom(1,$TipCount);
messageall("","\c3" @ $Tip[%tip] @ ".");
%time = $TipTime * 60000;
$TipSechedule = schedule(%time,0,Tip);
}
}

To add tips type:

$tip[tipnumber] = "TIP: Did you know that you can find special weapons in different places!";

then increase $TipCount by 1.

To change the time type edit $TipTime and then how often in mins.

/toggletips to turn it on and off.



Oh wait i need a tree mod and cash mod plz make i really need
NOTE: PLZ MESSAGE IT ME
NOTE 2: INCLUDE A AXE IN THE TREE MOD PLZ MESSAGE ME BOTH!

Oh wait i need a tree mod and cash mod plz make i really need
NOTE: PLZ MESSAGE IT ME
NOTE 2: INCLUDE A AXE IN THE TREE MOD PLZ MESSAGE ME BOTH!

No.

At least make a cash mod?
or just make a tree mod?




At least make a cash mod?
or just make a tree mod?





It's not as easy to make as the Tips code.

hmm what mod can you give me for my medivle mod?
say no if you dont want to make/give me one
Say yes to give me one or make one to message/or release it here

This is my old cash mod, GUI doesn't work: http://www.mediafire.com/?0gxblyx2juy

Put this file in your add-ons folder it should fix the gui:

http://www.mediafire.com/?dgmgymwi05b
« Last Edit: November 06, 2007, 01:11:57 PM by MrPickle »

Tried the Gui didnt show up in controls


ill tell you i went on my server activated that add-on and went to options and clicked controls and it wasnt there

Have you downloaded the fix?

Im getting the same problem hes getting and its still not working and i downloanded the  Fixing Script should it overwrite anything..Ive tryed redownloading it Atleast 8 times and Put script in Add-ons Folder So is it possible to help me with this Problem ?


Oh and heres the script i Downloaded lol...
Can you tell me if it goes in
Local Disk/Program Files/Blockland/Add-ons/ Or
Local Disk/Program Files/Blockland/Add-ons/Client
« Last Edit: November 06, 2007, 05:11:46 PM by David »