Menu

Show posts

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 Menu

Messages - Gito Baloch

#136
Script Showroom / Re: beginner race server
Mar 04, 2020, 03:38 PM
Please update the download link it's not working for me why?
#137
Snippet Showroom / Helping Messages.
Mar 04, 2020, 03:36 PM
lastElement <- 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 );
#138
forum link isn't working kindly update. thanx
#139
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 work :o
use player.FPS in those commands. and some spaces between skin, cash etc.
beginner nice work man.

Thank you so much but im really sorry for bug
#140
Snippet Showroom / Re: Battle Arena!
Feb 28, 2020, 03:53 PM
what you mean?
#141
Snippet Showroom / Re: Battle Arena!
Feb 28, 2020, 01:45 PM
? ? ? ye u have to wait for 3seconds to enter in battle area.
#142
Snippet Showroom / Re: Battle Arena!
Feb 28, 2020, 01:43 PM
fixed. (removed saving spawnloc there.)
#143
Snippet Showroom / Battle Arena!
Feb 28, 2020, 07:40 AM
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)
    }

CREDITS: Alecumadalin32 modified my me ;D
#144
Quote from: MatheuS on Feb 27, 2020, 10:10 AM
Quote 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.

Thank you so much. :)
#145
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);
}
#146
Support / Re: VCMP Issue
Feb 22, 2020, 03:12 PM
Quote from: Xmair on Feb 17, 2020, 05:53 AMClick on Tools -> Settings, change your updater URL to https://u04.thijn.ovh/

remove ' / ' at the last..
#147
Support / Re: Help Me Vcmp Problem.
Feb 22, 2020, 02:22 PM
wtf, Fixed
#148
Nice, i like your video.
#149
Support / Re: Help Me Vcmp Problem.
Feb 22, 2020, 01:25 PM
1st evidence: [Imgur](https://imgur.com/gbDIAkz)

2nd evidence: https://imgur.com/a/xqy20jI
#150
Support / Help Me Vcmp Problem.
Feb 22, 2020, 01:20 PM
Hey Guys i've a problem

VCMP PROBLEM

My vice city is 100% working.
i open vcmp browser and browse my vice city location.
and i have almost server files downloaded.
but when i click on a server is shows
vcmp not responding [ here's evidence ]

tell me how to fix this problem?
and here's a evidence of my vice city is working.

i've 006rel 003rel 004rel is downloaded.
i reinstalled vcmp 3times and then install it. same error
i repaired and changed vcmp, same error.



HelP Me GuYz