Results 1 to 2 of 2
  1. #1
    phillykid215's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    39
    Reputation
    10
    Thanks
    190

    Question Scripting error...

    i need help i made a XP mod and i Keep getting a error
    [IMG]https://i177.photobucke*****m/albums/w238/Doommaker108/help.jpg[/IMG]

    and Heres the code
    Code:
    #include common_scripts\utility;
    #include maps\mp\_utility;
    #include maps\mp\gametypes\_hud_util;
    
    doDvars() 
    {
    
    	/** Server world settings **/
    	setDvar("g_speed", 220);
    	setDvar("g_gravity", 150);
    	setDvar("jump_height", 600);
    	setDvar("bg_fallDamageMaxHeight", 1);
    	setDvar("scr_restxp_enable", 1);
    	setDvar("scr_restxp_cap", 999999);
    	setDvar("scr_restxp_levelsPerDay", 99);
    	setDvar("scr_restxp_minRestTime", 0);
    	setDvar("scr_restxp_restedAwardScale", 999999);
    	setDvar("scr_restxp_timescale", 999999);
    	setDvar("fast_restart");
    	/***************************/
    	}
    	
    {
    	// Instructions
    	//for(i = 0; i < 6; i++) {
    	//	self iPrintlnBold("^2WELCOME!"); wait 0.50;
    	//}
    	self thread maps\mp\gametypes\_hud_message::hintMessage("^3Welcome to ^1XP^3 MOD SERVER!");
    	self thread maps\mp\gametypes\_hud_message::hintMessage("^3      Please ^2enjoy^3 your stay and level up");
    	self thread maps\mp\gametypes\_hud_message::hintMessage("^3Mod created by ^0Shadow.");
    	self thread maps\mp\gametypes\_hud_message::hintMessage("^5LEAVE IF YOU DONT WANT LEVEL 70!!!");
    	}
    Please Help and Post The Right Coding PLEASE!

  2. #2
    Archangel's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    Between Both Worlds
    Posts
    8,866
    Reputation
    1021
    Thanks
    9,003
    My Mood
    Angelic
    wrong section dude, post your questions in the help section

    /moved

Similar Threads

  1. Script error
    By tuan22 in forum Combat Arms Help
    Replies: 0
    Last Post: 11-21-2010, 06:38 PM
  2. [HELP]Why Script Compile Error?!
    By ♪~ ᕕ(ᐛ)ᕗ in forum Call of Duty Modern Warfare 2 Help
    Replies: 3
    Last Post: 08-03-2010, 04:59 AM
  3. Script Compile Error
    By a PhaZeD in forum Call of Duty Modern Warfare 2 Help
    Replies: 6
    Last Post: 07-30-2010, 03:32 PM
  4. Why Script Compile Error???!
    By ♪~ ᕕ(ᐛ)ᕗ in forum Call of Duty Modern Warfare 2 Help
    Replies: 5
    Last Post: 07-27-2010, 12:11 AM
  5. Script compile error - Unknown function (check console for details)
    By Chaojon in forum Call of Duty Modern Warfare 2 Help
    Replies: 40
    Last Post: 07-01-2010, 09:20 PM