Please update the download link it's not working for me why?
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenulastElement <- 0;
myArray <- [
"Dont Forget to Add this server in your Favorites Tab",
"Use /help if you are a newbie in this Server",
"[#bae3ff]Check [#12d449]/cmds [#bae3ff]for a full list of commands that you can use.",
"[#bae3ff]Don't forget to visit our forums (Your Forum Name)",
"[#bae3ff]Dont use hacks as it can lead to ban",
"[#bae3ff]Wanna be a Member of the Staff,Post an application on our Forums ",
];
function Messages()
{
local currentString = myArray[lastElement];
lastElement++;
if( lastElement > ( myArray.len() - 1 ) ) // array.len() - 1 would be the last index
lastElement = 0; // reset to 0
Message( currentString );
}
NewTimer( "Messages", 30000, 0 );
Quote from: habi on Feb 28, 2020, 01:04 PMto see the font colours, i have used it in my server. first it did not workThank you so much but im really sorry for bug
useplayer.FPS
in those commands. and some spaces between skin, cash etc.
beginner nice work man.
function battletimer(playerid) {
local player = FindPlayer(playerid);
if (!player) return;
player.Pos = Vector(-540.772, 792.789, 195.213);
Message(">> BATTLE AREA << " + Player.Name + " has entered the battle area (/battle)")
player.World = 50;
}
if (cmd == "battle") {
MessagePlayer(">> You have to wait 3 seconds to enter in /battle area",player );
NewTimer("battletimer", 3000, 1, player.ID)
}
Quote from: MatheuS on Feb 27, 2020, 10:10 AMQuote from: Gitobaloch on Feb 27, 2020, 07:07 AMelse if (cmd== "fps")
{
MessagePlayer("[#ffffff] " + player.Name + " [#ffff00]FPS " + player.Fps + "[#ffff00].",player);
}
else if (cmd== "ping")
{
MessagePlayer("[#ffffff] " + player.Name + " [#ffff00]PING " + player.Ping + "[#ffff00].",player);
}
else if (cmd== "myip")
{
MessagePlayer("[#ffffff] " + player.Name + " [#ffff00]IP " + player.IP + "[#ffff00].",player);
}
else if (cmd== "score")
{
MessagePlayer("[#ffffff] " + player.Name + " [#ffff00]SCORE " + player.Score + "[#ffff00].",player);
}
else if (cmd== "cash")
{
MessagePlayer("[#ffffff] " + player.Name + " [#ffff00]Cash " + player.Cash + "[#ffff00].",player);
}
else if (cmd== "skin")
{
MessagePlayer("[#ffffff] " + player.Name + " [#ffff00]Skin " + player.Skin + "[#ffff00].",player);
}
else if (cmd== "myinfo")
{
MessagePlayer("[#ffffff] " + player.Name + " [#ffff00]Info - FPS " + player.Fps + " PING " + player.Ping + " IP " + player.IP + "CASH" + player.Cash + "SKIN " + player.Skin + "SCORE " + player.Score + "[#ffff00].",player);
}
Very simple and you can improve it.
else if (cmd== "fps")
{
MessagePlayer("[#ffffff] " + player.Name + " [#ffff00]FPS " + player.FPS + "[#ffff00].",player);
}
else if (cmd== "ping")
{
MessagePlayer("[#ffffff] " + player.Name + " [#ffff00]PING " + player.Ping + "[#ffff00].",player);
}
else if (cmd== "myip")
{
MessagePlayer("[#ffffff] " + player.Name + " [#ffff00]IP " + player.IP + "[#ffff00].",player);
}
else if (cmd== "score")
{
MessagePlayer("[#ffffff] " + player.Name + " [#ffff00]SCORE " + player.Score + "[#ffff00].",player);
}
else if (cmd== "cash")
{
MessagePlayer("[#ffffff] " + player.Name + " [#ffff00]Cash " + player.Cash + "[#ffff00].",player);
}
else if (cmd== "skin")
{
MessagePlayer("[#ffffff] " + player.Name + " [#ffff00]Skin " + player.Skin + "[#ffff00].",player);
}
else if (cmd== "myinfo")
{
MessagePlayer("[#ffffff] " + player.Name + " [#ffff00]Info - FPS " + player.FPS + " PING " + player.Ping + " IP " + player.IP + "CASH" + player.Cash + "SKIN " + player.Skin + "SCORE " + player.Score + "[#ffff00].",player);
}
Quote from: Xmair on Feb 17, 2020, 05:53 AMClick on Tools -> Settings, change your updater URL to https://u04.thijn.ovh/