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

#1
Quote from: kennedyarz on Jun 03, 2018, 04:33 PM    function onPlayerRequestClass( player, pclass, pteam, pskin )
    {
        PlaySound( player.UniqueWorld , 50002 , player.Pos );
        return 1;
    }
its not works
#2
guys anyone can help me?
do u remember guys when vcmp version has 0.3, when u selecting skin, u will hear a sound when u selecting skin
i want this so can u guys help me?
#4
Quote from: EK.IceFlake on Jan 10, 2018, 12:49 PMThe masterlist is on master.vc-mp.cf and not on master.vc-vcmp.cf.
that was my mistake that i typed, btw its correctly but its always saying announcer timed out
announce master.vc-mp.cf
gamemode Multigame 4.5
plugins AdminCommands04rel32 squirrel04rel32 xmlconf04rel32 announce04rel32
port 8192
sqgamemode scripts/main.nut
maxplayers 100
but the announcer not work an your masterlist
#5
guys, i am using Flake masterlist, then i add the line announcer  master.vc-vcmp.cfbut its says ... "announcer:master.vc-mp.cf timed out while trying to reach the server; are your port forwared?"i port forwared my server on tp link but is don't work
any answer?
#7
General Discussion / Re: Server hosting
Dec 30, 2017, 10:14 AM
Quote from: Mohamed on Dec 29, 2017, 11:58 AM
Quote from: umar4911 on Dec 29, 2017, 07:41 AMHow to setup the servers
Me To i Don't Know How To Setup That Server :(
we3da just you don't know what is "help" word
if u don't know then don't reply
such a dumb [we3da_dumb]
#8
https://www.youtube.com/watch?v=xBlzN8nsP60# see it guys! so i request devs to add that intro on vcmp
oh no oh no :o :o
video credit: TheCapitalMedia
#9
General Discussion / Re: Croods Vehicles
Dec 25, 2017, 09:05 PM
Quote from: Mohamed on Dec 15, 2017, 12:48 PM
Quote from: Xmair on Dec 15, 2017, 12:40 PM
Quote from: ! on Dec 15, 2017, 10:39 AM
Quote from: Xmair on Dec 15, 2017, 10:33 AM
Quote from: ! on Dec 15, 2017, 10:27 AM
Quote from: Mohamed on Dec 14, 2017, 06:12 PMNot shkran akhi Xmair.
P.S:-1 shkran akhi Mohamed = Thanks Friend Mohamed.
P.S:-2 Try To Translate it Arabic To English, Good luck.
I mean the code you have given to him is wrong a bracket } is missing.
    if ( cmd == carangle" ) {
        else if ( !player.Vehicle ) MessagePlayer("You are not in a vehicle.", player );
        else {
           MessagePlayer( " Your vehicle angle is: " + player.Vehicle.Angle(), player );
        }
     
There are a total of 4 errors in this code, not 1. Let's see if someone can find all ;D

  • Used else if in the beginning insinde command
  • One bracket missing
  • One inverted comma missing in cmd == bla bla"
  • Dont know :(
MessagePlayer( " Your vehicle angle is: " + player.Vehicle.Angle(), player );
4. Not a function
5 : He Know How To Fix It.
He Said : shkran akhi Mohamed Not shkran akhi Xmair
P.S:-shkran akhi Mohamed = Thanks Friend Mohamed.
Good Luck.
I'm out.
then get away u super dumb
#10
guys! anyone know how to add this? example if i type a invalid command, the server will say "unknown command"
i want this! anyone can giving me a example? :(
note: @Mohamed @=RK=MarineForce do not help me if u can't understand that i say
#11
DO U KIDDING ME?! BF= BATTLEFIELD OR BOYFRIEND
U MAD
#12
Quote from: umar4911 on Dec 16, 2017, 10:12 AMYou need to add a timer using NewTimer. Use the search or the wiki to learn more
hmmm.........
NewTimer( "ClientMessageToAll", 1000, 1, "-> 3",28, 255, 11 );
{
if(cmd == "heal")
{
local hp = player.Health;
if(hp == 100) Message("[#FF3636]Error - [#8181FF]Use this command when you have less than 100% hp !");
else {
player.Health = 100.0;
MessagePlayer( "[#FFFF81]---> You have been healed !", player );
}
}
where to put timer?
#13
guys, in main.nut, i see that /goto and /heal without timer, anyone can give me a example that replace the command with new /heal and /goto command?
#14
marineforce, i better call u =RK=MarineForce_The_Dumb you changed the topic now its from "scripting and server management" not "snippet showroom", fuck off marine how u dumb like a noob_shit
#15
Quote from: Mohamed on Dec 11, 2017, 10:05 PMForover Malek Asahbi ?....Ana Mohamed649.
Chof Dofile Kadirha Bach T3ayet Lchi Dossier Lmohim Hadi Nfahamlak.
Tba3 M3aya:-
function onScriptLoad()
{
dofile( "test.nut" );
}
Daba howa Hadi Y3eyet Lhad L Function.....Hadik Test Te9der Tbedelha Lsmiya Li3andek.
Lmohim chof Daba
Dir .nut Jdid W Samih test w Dir Fih Chi Command Tema Dkhol L Server w Hadi Tekhdem
Wach Fhamt :P

do you kidding me this code not working to dofile
Script::ScriptLoad() is working, solved and locked