Перейти к содержимому
View in the app

A better way to browse. Learn more.

Zloplay community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
Опубликовано:

Hello in this thread i'm gonna explain how to do a Mod.

Thread is in continue update.

----------------------------------------------------------------------------

This Guide in other Languages:

German - By CFour :

http://fourdeltaone.net/viewtopic.php?f=17&t=15094

-----------------------------------------------------------------------------

Before starting,Check you have those Tools:

Notepad++ to edit .GSC files

http://notepad-plus-plus.org/download/v6.1.8.html

WinRar to edit .IWD files

http://www.win-rar.com

 

 

 

Summary

1.Making an IWD and understanding what is it.

2.Making .GSC Scripts

3.proTips

4.Precompiled Scripts for your Mods

5.Usefull tips

 

1.Making an IWD and understanding what is it

an .IWD file is a .ZIP(not .RAR so) file with only the extension renamed.So let's get started and see how we can create it

 

1.Create a folder with your Mod name(in my case,CustomWarfare)

 

2.Create a zip file and rename the extension from .ZIP to .IWD

 

you should have this now:

TqLL6.png

 

after that we have our .IWD file ready to be modded,let's see what we can do with it

 

Now,i want that in my mod,there will be a Golden FAMAS.First i take the .iwi file of the golden FAMAS and create a folder named "images" (dunno if it's CaSe SeNsItIvE)and put the iwi file in.

 

Please note that the name of file MUST be the same of the original game,if the original name it's weapon_us_famas.iwi i can't put famas_ru.iwi or it will not work

 

we can do that too with Sounds files,create a "sounds" folder,and remember that the name rule used previous is needed for sounds too.

 

3.After that we have created our images folder,now we have to drag and drop to the .IWD file.if you don't know how to do that,open the MyModName.IWD file with Winrar and then drag 'n' drop

 

this should be the result:

YL8vB.png

 

4.Here it is our .IWD file mod ready to be used on 4D1.This was easy but now the hard things comes

 

ProTip:If we want to test our mod fast,without restarting the game like the Mods menu does,use fs_game mods/FOLDERMODNAME without doing vid_restart

 

2.Modding GSC

we are going to mod the _rank.gsc and putting some scripts on it,but before continuing.What is a .GSC File?

 

it's a COD-Scripting file,which contains the script used in game.

 

1.I Know you don't this file..but don't worry,i'ill give you it to you,first create a folder named maps,then another called mp(put it in the maps folder),then gametypes(put it in mp folder) and then download the _rank.gsc from here(i don't think i need a virus scan for it,it's a .gsc file not.exe) :

http://www.mediafire.com/?e4ihnc2wrrrarld

 

2.after we done that,right click on _rank.gsc and do Edit With Notepad++

 

3.we will see a lot of codes,and THREADS

 

(What is a Thread?It's written like This:

 

ThreadName()

{

 

blablabla

 

}

 

and it contains various commands)

 

4.We are going now to create a NEW thread in the _rank.gsc,You can also mod the game threads,don't copy the // lines,they are comments that the game will NOT read

 

givemeak() // Thread name
{ // Thread starting

    self endon("disconnect")  // end the thread when WE disconnect
    self waittil("Spawned_Player"); // this line will make the game wait for us to spawn,before doing other stuff
    self giveWeapon("ak47_mp", 0 , 0 ); // this command give us an AK47,normally it should be on the secondary weapon side


} // thread ending

 

now we need to make our thread active,we should see at the top the thread DoDvars() and put

 

DoDvars()

{

 

self thread THREADNAME()

 

}

 

5.Perfect,now we have created our thread and our scripts,drag 'n' drop the maps folder created previously to our .IWD file to put the scripts in the mod.Then we can test the mod

 

3. SCRIPTS AND EXAMPLES

All credits to Abstract and CraigChrist8239 for the list

ALL WEAPONS

barrel_mp
artillery_mp
stealth_bomb_mp
heli_remote_mp
defaultweapon_mp
harrier_20mm_mp
harrier_ffar_mp
harrier_missile_mp
pavelow_minigun_mp
nuke_mp
frag_grenade_short_mp
remotemissile_projectile_mp
lightstick_mp
flare_mp
throwingknife_mp
throwingknife_rhand_mp
//I believe the killstreak ones to be the triggers for when you call them in, eg, Laptops, C4 Detonators
//These would be interesting if you could stick them to the class, mabye you can, don't have a JTAG to test it on
killstreak_uav_mp
killstreak_helicopter_mp
killstreak_ac130_mp
killstreak_predator_missile_mp
killstreak_helicopter_minigun_mp
killstreak_nuke_mp
killstreak_precision_airstrike_mp
killstreak_counter_uav_mp
killstreak_sentry_mp
airdrop_marker_mp
airdrop_sentry_marker_mp
killstreak_helicopter_flares_mp
killstreak_emp_mp
airdrop_mega_marker_mp
killstreak_stealth_airstrike_mp
killstreak_harrier_airstrike_mp
//These appear to be the grenade launchers and shotguns for assault rifles, after all, they are considered to be spereate guns
gl_ak47_mp
ak47_shotgun_attach_mp
gl_m16_mp
m16_shotgun_attach_mp
gl_m4_mp
m4_shotgun_attach_mp
gl_fn2000_mp
fn2000_shotgun_attach_mp
gl_masada_mp
masada_shotgun_attach_mp
gl_famas_mp
famas_shotgun_attach_mp
gl_fal_mp
fal_shotgun_attach_mp
gl_scar_mp
scar_shotgun_attach_mp
gl_tavor_mp
tavor_shotgun_attach_mp
//Here is where the guns we all know and love start
beretta_mp
beretta_akimbo_mp
beretta_fmj_mp
beretta_silencer_mp
beretta_tactical_mp
beretta_xmags_mp
beretta_akimbo_fmj_mp
beretta_akimbo_silencer_mp
beretta_akimbo_xmags_mp
beretta_fmj_silencer_mp
beretta_fmj_tactical_mp
beretta_fmj_xmags_mp
beretta_silencer_tactical_mp
beretta_silencer_xmags_mp
beretta_tactical_xmags_mp
usp_mp
usp_akimbo_mp
usp_fmj_mp
usp_silencer_mp
usp_tactical_mp
usp_xmags_mp
usp_akimbo_fmj_mp
usp_akimbo_silencer_mp
usp_akimbo_xmags_mp
usp_fmj_silencer_mp
usp_fmj_tactical_mp
usp_fmj_xmags_mp
usp_silencer_tactical_mp
usp_silencer_xmags_mp
usp_tactical_xmags_mp
deserteagle_mp
deserteagle_akimbo_mp
deserteagle_fmj_mp
deserteagle_tactical_mp
deserteagle_akimbo_fmj_mp
deserteagle_fmj_tactical_mp
deserteaglegold_mp
coltanaconda_mp
coltanaconda_akimbo_mp
coltanaconda_fmj_mp
coltanaconda_tactical_mp
coltanaconda_akimbo_fmj_mp
coltanaconda_fmj_tactical_mp
riotshield_mp
glock_mp
glock_akimbo_mp
glock_eotech_mp
glock_fmj_mp
glock_reflex_mp
glock_silencer_mp
glock_xmags_mp
glock_akimbo_fmj_mp
glock_akimbo_silencer_mp
glock_akimbo_xmags_mp
glock_eotech_fmj_mp
glock_eotech_silencer_mp
glock_eotech_xmags_mp
glock_fmj_reflex_mp
glock_fmj_silencer_mp
glock_fmj_xmags_mp
glock_reflex_silencer_mp
glock_reflex_xmags_mp
glock_silencer_xmags_mp
beretta393_mp
beretta393_akimbo_mp
beretta393_eotech_mp
beretta393_fmj_mp
beretta393_reflex_mp
beretta393_silencer_mp
beretta393_xmags_mp
beretta393_akimbo_fmj_mp
beretta393_akimbo_silencer_mp
beretta393_akimbo_xmags_mp
beretta393_eotech_fmj_mp
beretta393_eotech_silencer_mp
beretta393_eotech_xmags_mp
beretta393_fmj_reflex_mp
beretta393_fmj_silencer_mp
beretta393_fmj_xmags_mp
beretta393_reflex_silencer_mp
beretta393_reflex_xmags_mp
beretta393_silencer_xmags_mp
mp5k_mp
mp5k_acog_mp
mp5k_akimbo_mp
mp5k_eotech_mp
mp5k_fmj_mp
mp5k_reflex_mp
mp5k_rof_mp
mp5k_silencer_mp
mp5k_thermal_mp
mp5k_xmags_mp
mp5k_acog_fmj_mp
mp5k_acog_rof_mp
mp5k_acog_silencer_mp
mp5k_acog_xmags_mp
mp5k_akimbo_fmj_mp
mp5k_akimbo_rof_mp
mp5k_akimbo_silencer_mp
mp5k_akimbo_xmags_mp
mp5k_eotech_fmj_mp
mp5k_eotech_rof_mp
mp5k_eotech_silencer_mp
mp5k_eotech_xmags_mp
mp5k_fmj_reflex_mp
mp5k_fmj_rof_mp
mp5k_fmj_silencer_mp
mp5k_fmj_thermal_mp
mp5k_fmj_xmags_mp
mp5k_reflex_rof_mp
mp5k_reflex_silencer_mp
mp5k_reflex_xmags_mp
mp5k_rof_silencer_mp
mp5k_rof_thermal_mp
mp5k_rof_xmags_mp
mp5k_silencer_thermal_mp
mp5k_silencer_xmags_mp
mp5k_thermal_xmags_mp
pp2000_mp
pp2000_akimbo_mp
pp2000_eotech_mp
pp2000_fmj_mp
pp2000_reflex_mp
pp2000_silencer_mp
pp2000_xmags_mp
pp2000_akimbo_fmj_mp
pp2000_akimbo_silencer_mp
pp2000_akimbo_xmags_mp
pp2000_eotech_fmj_mp
pp2000_eotech_silencer_mp
pp2000_eotech_xmags_mp
pp2000_fmj_reflex_mp
pp2000_fmj_silencer_mp
pp2000_fmj_xmags_mp
pp2000_reflex_silencer_mp
pp2000_reflex_xmags_mp
pp2000_silencer_xmags_mp
uzi_mp
uzi_acog_mp
uzi_akimbo_mp
uzi_eotech_mp
uzi_fmj_mp
uzi_reflex_mp
uzi_rof_mp
uzi_silencer_mp
uzi_thermal_mp
uzi_xmags_mp
uzi_acog_fmj_mp
uzi_acog_rof_mp
uzi_acog_silencer_mp
uzi_acog_xmags_mp
uzi_akimbo_fmj_mp
uzi_akimbo_rof_mp
uzi_akimbo_silencer_mp
uzi_akimbo_xmags_mp
uzi_eotech_fmj_mp
uzi_eotech_rof_mp
uzi_eotech_silencer_mp
uzi_eotech_xmags_mp
uzi_fmj_reflex_mp
uzi_fmj_rof_mp
uzi_fmj_silencer_mp
uzi_fmj_thermal_mp
uzi_fmj_xmags_mp
uzi_reflex_rof_mp
uzi_reflex_silencer_mp
uzi_reflex_xmags_mp
uzi_rof_silencer_mp
uzi_rof_thermal_mp
uzi_rof_xmags_mp
uzi_silencer_thermal_mp
uzi_silencer_xmags_mp
uzi_thermal_xmags_mp
p90_mp
p90_acog_mp
p90_akimbo_mp
p90_eotech_mp
p90_fmj_mp
p90_reflex_mp
p90_rof_mp
p90_silencer_mp
p90_thermal_mp
p90_xmags_mp
p90_acog_fmj_mp
p90_acog_rof_mp
p90_acog_silencer_mp
p90_acog_xmags_mp
p90_akimbo_fmj_mp
p90_akimbo_rof_mp
p90_akimbo_silencer_mp
p90_akimbo_xmags_mp
p90_eotech_fmj_mp
p90_eotech_rof_mp
p90_eotech_silencer_mp
p90_eotech_xmags_mp
p90_fmj_reflex_mp
p90_fmj_rof_mp
p90_fmj_silencer_mp
p90_fmj_thermal_mp
p90_fmj_xmags_mp
p90_reflex_rof_mp
p90_reflex_silencer_mp
p90_reflex_xmags_mp
p90_rof_silencer_mp
p90_rof_thermal_mp
p90_rof_xmags_mp
p90_silencer_thermal_mp
p90_silencer_xmags_mp
p90_thermal_xmags_mp
kriss_mp
kriss_acog_mp
kriss_akimbo_mp
kriss_eotech_mp
kriss_fmj_mp
kriss_reflex_mp
kriss_rof_mp
kriss_silencer_mp
kriss_thermal_mp
kriss_xmags_mp
kriss_acog_fmj_mp
kriss_acog_rof_mp
kriss_acog_silencer_mp
kriss_acog_xmags_mp
kriss_akimbo_fmj_mp
kriss_akimbo_rof_mp
kriss_akimbo_silencer_mp
kriss_akimbo_xmags_mp
kriss_eotech_fmj_mp
kriss_eotech_rof_mp
kriss_eotech_silencer_mp
kriss_eotech_xmags_mp
kriss_fmj_reflex_mp
kriss_fmj_rof_mp
kriss_fmj_silencer_mp
kriss_fmj_thermal_mp
kriss_fmj_xmags_mp
kriss_reflex_rof_mp
kriss_reflex_silencer_mp
kriss_reflex_xmags_mp
kriss_rof_silencer_mp
kriss_rof_thermal_mp
kriss_rof_xmags_mp
kriss_silencer_thermal_mp
kriss_silencer_xmags_mp
kriss_thermal_xmags_mp
ump45_mp
ump45_acog_mp
ump45_akimbo_mp
ump45_eotech_mp
ump45_fmj_mp
ump45_reflex_mp
ump45_rof_mp
ump45_silencer_mp
ump45_thermal_mp
ump45_xmags_mp
ump45_acog_fmj_mp
ump45_acog_rof_mp
ump45_acog_silencer_mp
ump45_acog_xmags_mp
ump45_akimbo_fmj_mp
ump45_akimbo_rof_mp
ump45_akimbo_silencer_mp
ump45_akimbo_xmags_mp
ump45_eotech_fmj_mp
ump45_eotech_rof_mp
ump45_eotech_silencer_mp
ump45_eotech_xmags_mp
ump45_fmj_reflex_mp
ump45_fmj_rof_mp
ump45_fmj_silencer_mp
ump45_fmj_thermal_mp
ump45_fmj_xmags_mp
ump45_reflex_rof_mp
ump45_reflex_silencer_mp
ump45_reflex_xmags_mp
ump45_rof_silencer_mp
ump45_rof_thermal_mp
ump45_rof_xmags_mp
ump45_silencer_thermal_mp
ump45_silencer_xmags_mp
ump45_thermal_xmags_mp
tmp_mp
tmp_akimbo_mp
tmp_eotech_mp
tmp_fmj_mp
tmp_reflex_mp
tmp_silencer_mp
tmp_xmags_mp
tmp_akimbo_fmj_mp
tmp_akimbo_silencer_mp
tmp_akimbo_xmags_mp
tmp_eotech_fmj_mp
tmp_eotech_silencer_mp
tmp_eotech_xmags_mp
tmp_fmj_reflex_mp
tmp_fmj_silencer_mp
tmp_fmj_xmags_mp
tmp_reflex_silencer_mp
tmp_reflex_xmags_mp
tmp_silencer_xmags_mp
ak47_mp
ak47_acog_mp
ak47_eotech_mp
ak47_fmj_mp
ak47_gl_mp
ak47_heartbeat_mp
ak47_reflex_mp
ak47_shotgun_mp
ak47_silencer_mp
ak47_thermal_mp
ak47_xmags_mp
ak47_acog_fmj_mp
ak47_acog_gl_mp
ak47_acog_heartbeat_mp
ak47_acog_shotgun_mp
ak47_acog_silencer_mp
ak47_acog_xmags_mp
ak47_eotech_fmj_mp
ak47_eotech_gl_mp
ak47_eotech_heartbeat_mp
ak47_eotech_shotgun_mp
ak47_eotech_silencer_mp
ak47_eotech_xmags_mp
ak47_fmj_gl_mp
ak47_fmj_heartbeat_mp
ak47_fmj_reflex_mp
ak47_fmj_shotgun_mp
ak47_fmj_silencer_mp
ak47_fmj_thermal_mp
ak47_fmj_xmags_mp
ak47_gl_heartbeat_mp
ak47_gl_reflex_mp
ak47_gl_silencer_mp
ak47_gl_thermal_mp
ak47_gl_xmags_mp
ak47_heartbeat_reflex_mp
ak47_heartbeat_shotgun_mp
ak47_heartbeat_silencer_mp
ak47_heartbeat_thermal_mp
ak47_heartbeat_xmags_mp
ak47_reflex_shotgun_mp
ak47_reflex_silencer_mp
ak47_reflex_xmags_mp
ak47_shotgun_silencer_mp
ak47_shotgun_thermal_mp
ak47_shotgun_xmags_mp
ak47_silencer_thermal_mp
ak47_silencer_xmags_mp
ak47_thermal_xmags_mp
m16_mp
m16_acog_mp
m16_eotech_mp
m16_fmj_mp
m16_gl_mp
m16_heartbeat_mp
m16_reflex_mp
m16_shotgun_mp
m16_silencer_mp
m16_thermal_mp
m16_xmags_mp
m16_acog_fmj_mp
m16_acog_gl_mp
m16_acog_heartbeat_mp
m16_acog_shotgun_mp
m16_acog_silencer_mp
m16_acog_xmags_mp
m16_eotech_fmj_mp
m16_eotech_gl_mp
m16_eotech_heartbeat_mp
m16_eotech_shotgun_mp
m16_eotech_silencer_mp
m16_eotech_xmags_mp
m16_fmj_gl_mp
m16_fmj_heartbeat_mp
m16_fmj_reflex_mp
m16_fmj_shotgun_mp
m16_fmj_silencer_mp
m4_mp
m4_acog_mp
m4_eotech_mp
m4_fmj_mp
m4_gl_mp
m4_heartbeat_mp
m4_reflex_mp
m4_shotgun_mp
m4_silencer_mp
m4_thermal_mp
m4_xmags_mp
m4_acog_fmj_mp
m4_acog_gl_mp
m4_acog_heartbeat_mp
m4_acog_shotgun_mp
m4_acog_silencer_mp
m4_acog_xmags_mp
m4_eotech_fmj_mp
m4_eotech_gl_mp
m4_eotech_heartbeat_mp
m4_eotech_shotgun_mp
m4_eotech_silencer_mp
m4_eotech_xmags_mp
m4_fmj_gl_mp
m4_fmj_heartbeat_mp
m4_fmj_reflex_mp
m4_fmj_shotgun_mp
m4_fmj_silencer_mp
m4_fmj_thermal_mp
m4_fmj_xmags_mp
m4_gl_heartbeat_mp
m4_gl_reflex_mp
m4_gl_silencer_mp
m4_gl_thermal_mp
m4_gl_xmags_mp
m4_heartbeat_reflex_mp
m4_heartbeat_shotgun_mp
m4_heartbeat_silencer_mp
m4_heartbeat_thermal_mp
m4_heartbeat_xmags_mp
m4_reflex_shotgun_mp
m4_reflex_silencer_mp
m4_reflex_xmags_mp
m4_shotgun_silencer_mp
m4_shotgun_thermal_mp
m4_shotgun_xmags_mp
m4_silencer_thermal_mp
m4_silencer_xmags_mp
m4_thermal_xmags_mp
fn2000_mp
fn2000_acog_mp
fn2000_eotech_mp
fn2000_fmj_mp
fn2000_gl_mp
fn2000_heartbeat_mp
fn2000_reflex_mp
fn2000_shotgun_mp
fn2000_silencer_mp
fn2000_thermal_mp
fn2000_xmags_mp
fn2000_acog_fmj_mp
fn2000_acog_gl_mp
fn2000_acog_heartbeat_mp
fn2000_acog_shotgun_mp
fn2000_acog_silencer_mp
fn2000_acog_xmags_mp
fn2000_eotech_fmj_mp
fn2000_eotech_gl_mp
fn2000_eotech_heartbeat_mp
fn2000_eotech_shotgun_mp
fn2000_eotech_silencer_mp
fn2000_eotech_xmags_mp
fn2000_fmj_gl_mp
fn2000_fmj_heartbeat_mp
fn2000_fmj_reflex_mp
fn2000_fmj_shotgun_mp
fn2000_fmj_silencer_mp
fn2000_fmj_thermal_mp
fn2000_fmj_xmags_mp
fn2000_gl_heartbeat_mp
fn2000_gl_reflex_mp
fn2000_gl_silencer_mp
fn2000_gl_thermal_mp
fn2000_gl_xmags_mp
fn2000_heartbeat_reflex_mp
fn2000_heartbeat_shotgun_mp
fn2000_heartbeat_silencer_mp
fn2000_heartbeat_thermal_mp
fn2000_heartbeat_xmags_mp
fn2000_reflex_shotgun_mp
fn2000_reflex_silencer_mp
fn2000_reflex_xmags_mp
fn2000_shotgun_silencer_mp
fn2000_shotgun_thermal_mp
fn2000_shotgun_xmags_mp
fn2000_silencer_thermal_mp
fn2000_silencer_xmags_mp
fn2000_thermal_xmags_mp
masada_mp
masada_acog_mp
masada_eotech_mp
masada_fmj_mp
masada_gl_mp
masada_heartbeat_mp
masada_reflex_mp
masada_shotgun_mp
masada_silencer_mp
masada_thermal_mp
masada_xmags_mp
masada_acog_fmj_mp
masada_acog_gl_mp
masada_acog_heartbeat_mp
masada_acog_shotgun_mp
masada_acog_silencer_mp
masada_acog_xmags_mp
masada_eotech_fmj_mp
masada_eotech_gl_mp
masada_eotech_heartbeat_mp
masada_eotech_shotgun_mp
masada_eotech_silencer_mp
masada_eotech_xmags_mp
masada_fmj_gl_mp
masada_fmj_heartbeat_mp
masada_fmj_reflex_mp
masada_fmj_shotgun_mp
masada_fmj_silencer_mp
masada_fmj_thermal_mp
masada_fmj_xmags_mp
masada_gl_heartbeat_mp
masada_gl_reflex_mp
masada_gl_silencer_mp
masada_gl_thermal_mp
masada_gl_xmags_mp
masada_heartbeat_reflex_mp
masada_heartbeat_shotgun_mp
masada_heartbeat_silencer_mp
masada_heartbeat_thermal_mp
masada_heartbeat_xmags_mp
masada_reflex_shotgun_mp
masada_reflex_silencer_mp
masada_reflex_xmags_mp
masada_shotgun_silencer_mp
masada_shotgun_thermal_mp
masada_shotgun_xmags_mp
masada_silencer_thermal_mp
masada_silencer_xmags_mp
masada_thermal_xmags_mp
famas_mp
famas_acog_mp
famas_eotech_mp
famas_fmj_mp
famas_gl_mp
famas_heartbeat_mp
famas_reflex_mp
famas_shotgun_mp
famas_silencer_mp
famas_thermal_mp
famas_xmags_mp
famas_acog_fmj_mp
famas_acog_gl_mp
famas_acog_heartbeat_mp
famas_acog_shotgun_mp
famas_acog_silencer_mp
famas_acog_xmags_mp
famas_eotech_fmj_mp
famas_eotech_gl_mp
famas_eotech_heartbeat_mp
famas_eotech_shotgun_mp
famas_eotech_silencer_mp
famas_eotech_xmags_mp
famas_fmj_gl_mp
famas_fmj_heartbeat_mp
famas_fmj_reflex_mp
famas_fmj_shotgun_mp
famas_fmj_silencer_mp
famas_fmj_thermal_mp
famas_fmj_xmags_mp
famas_gl_heartbeat_mp
famas_gl_reflex_mp
famas_gl_silencer_mp
famas_gl_thermal_mp
famas_gl_xmags_mp
famas_heartbeat_reflex_mp
famas_heartbeat_shotgun_mp
famas_heartbeat_silencer_mp
famas_heartbeat_thermal_mp
famas_heartbeat_xmags_mp
famas_reflex_shotgun_mp
famas_reflex_silencer_mp
famas_reflex_xmags_mp
famas_shotgun_silencer_mp
famas_shotgun_thermal_mp
famas_shotgun_xmags_mp
famas_silencer_thermal_mp
famas_silencer_xmags_mp
famas_thermal_xmags_mp
fal_mp
fal_acog_mp
fal_eotech_mp
fal_fmj_mp
fal_gl_mp
fal_heartbeat_mp
fal_reflex_mp
fal_shotgun_mp
fal_silencer_mp
fal_thermal_mp
fal_xmags_mp
fal_acog_fmj_mp
fal_acog_gl_mp
fal_acog_heartbeat_mp
fal_acog_shotgun_mp
fal_acog_silencer_mp
fal_acog_xmags_mp
fal_eotech_fmj_mp
fal_eotech_gl_mp
fal_eotech_heartbeat_mp
fal_eotech_shotgun_mp
fal_eotech_silencer_mp
fal_eotech_xmags_mp
fal_fmj_gl_mp
fal_fmj_heartbeat_mp
fal_fmj_reflex_mp
fal_fmj_shotgun_mp
fal_fmj_silencer_mp
fal_fmj_thermal_mp
fal_fmj_xmags_mp
fal_gl_heartbeat_mp
fal_gl_reflex_mp
fal_gl_silencer_mp
fal_gl_thermal_mp
fal_gl_xmags_mp
fal_heartbeat_reflex_mp
fal_heartbeat_shotgun_mp
fal_heartbeat_silencer_mp
fal_heartbeat_thermal_mp
fal_heartbeat_xmags_mp
fal_reflex_shotgun_mp
fal_reflex_silencer_mp
fal_reflex_xmags_mp
fal_shotgun_silencer_mp
fal_shotgun_thermal_mp
fal_shotgun_xmags_mp
fal_silencer_thermal_mp
fal_silencer_xmags_mp
fal_thermal_xmags_mp
scar_mp
scar_acog_mp
scar_eotech_mp
scar_fmj_mp
scar_gl_mp
scar_heartbeat_mp
scar_reflex_mp
scar_shotgun_mp
scar_silencer_mp
scar_thermal_mp
scar_xmags_mp
scar_acog_fmj_mp
scar_acog_gl_mp
scar_acog_heartbeat_mp
scar_acog_shotgun_mp
scar_acog_silencer_mp
scar_acog_xmags_mp
scar_eotech_fmj_mp
scar_eotech_gl_mp
scar_eotech_heartbeat_mp
scar_eotech_shotgun_mp
scar_eotech_silencer_mp
scar_eotech_xmags_mp
scar_fmj_gl_mp
scar_fmj_heartbeat_mp
scar_fmj_reflex_mp
scar_fmj_shotgun_mp
scar_fmj_silencer_mp
scar_fmj_thermal_mp
scar_fmj_xmags_mp
scar_gl_heartbeat_mp
scar_gl_reflex_mp
scar_gl_silencer_mp
scar_gl_thermal_mp
scar_gl_xmags_mp
scar_heartbeat_reflex_mp
scar_heartbeat_shotgun_mp
scar_heartbeat_silencer_mp
scar_heartbeat_thermal_mp
scar_heartbeat_xmags_mp
scar_reflex_shotgun_mp
scar_reflex_silencer_mp
scar_reflex_xmags_mp
scar_shotgun_silencer_mp
scar_shotgun_thermal_mp
scar_shotgun_xmags_mp
scar_silencer_thermal_mp
scar_silencer_xmags_mp
scar_thermal_xmags_mp
tavor_mp
tavor_acog_mp
tavor_eotech_mp
tavor_fmj_mp
tavor_gl_mp
tavor_heartbeat_mp
tavor_reflex_mp
tavor_shotgun_mp
tavor_silencer_mp
tavor_thermal_mp
tavor_xmags_mp
tavor_acog_fmj_mp
tavor_acog_gl_mp
tavor_acog_heartbeat_mp
tavor_acog_shotgun_mp
tavor_acog_silencer_mp
tavor_acog_xmags_mp
tavor_eotech_fmj_mp
tavor_eotech_gl_mp
tavor_eotech_heartbeat_mp
tavor_eotech_shotgun_mp
tavor_eotech_silencer_mp
tavor_eotech_xmags_mp
tavor_fmj_gl_mp
tavor_fmj_heartbeat_mp
tavor_fmj_reflex_mp
tavor_fmj_shotgun_mp
tavor_fmj_silencer_mp
tavor_fmj_thermal_mp
tavor_fmj_xmags_mp
tavor_gl_heartbeat_mp
tavor_gl_reflex_mp
tavor_gl_silencer_mp
tavor_gl_thermal_mp
tavor_gl_xmags_mp
tavor_heartbeat_reflex_mp
tavor_heartbeat_shotgun_mp
tavor_heartbeat_silencer_mp
tavor_heartbeat_thermal_mp
tavor_heartbeat_xmags_mp
tavor_reflex_shotgun_mp
tavor_reflex_silencer_mp
tavor_reflex_xmags_mp
tavor_shotgun_silencer_mp
tavor_shotgun_thermal_mp
tavor_shotgun_xmags_mp
tavor_silencer_thermal_mp
tavor_silencer_xmags_mp
tavor_thermal_xmags_mp
gl_mp
m79_mp
rpg_mp
at4_mp
stinger_mp
javelin_mp
barrett_mp
barrett_acog_mp
barrett_fmj_mp
barrett_heartbeat_mp
barrett_silencer_mp
barrett_thermal_mp
barrett_xmags_mp
barrett_acog_fmj_mp
barrett_acog_heartbeat_mp
barrett_acog_silencer_mp
barrett_acog_xmags_mp
barrett_fmj_heartbeat_mp
barrett_fmj_silencer_mp
barrett_fmj_thermal_mp
barrett_fmj_xmags_mp
barrett_heartbeat_silencer_mp
barrett_heartbeat_thermal_mp
barrett_heartbeat_xmags_mp
barrett_silencer_thermal_mp
barrett_silencer_xmags_mp
barrett_thermal_xmags_mp
wa2000_mp
wa2000_acog_mp
wa2000_fmj_mp
wa2000_heartbeat_mp
wa2000_silencer_mp
wa2000_thermal_mp
wa2000_xmags_mp
wa2000_acog_fmj_mp
wa2000_acog_heartbeat_mp
wa2000_acog_silencer_mp
wa2000_acog_xmags_mp
wa2000_fmj_heartbeat_mp
wa2000_fmj_silencer_mp
wa2000_fmj_thermal_mp
wa2000_fmj_xmags_mp
wa2000_heartbeat_silencer_mp
wa2000_heartbeat_thermal_mp
wa2000_heartbeat_xmags_mp
wa2000_silencer_thermal_mp
wa2000_silencer_xmags_mp
wa2000_thermal_xmags_mp
m21_mp
m21_acog_mp
m21_fmj_mp
m21_heartbeat_mp
m21_silencer_mp
m21_thermal_mp
m21_xmags_mp
m21_acog_fmj_mp
m21_acog_heartbeat_mp
m21_acog_silencer_mp
m21_acog_xmags_mp
m21_fmj_heartbeat_mp
m21_fmj_silencer_mp
m21_fmj_thermal_mp
m21_fmj_xmags_mp
m21_heartbeat_silencer_mp
m21_heartbeat_thermal_mp
m21_heartbeat_xmags_mp
m21_silencer_thermal_mp
m21_silencer_xmags_mp
m21_thermal_xmags_mp
cheytac_mp
cheytac_acog_mp
cheytac_fmj_mp
cheytac_heartbeat_mp
cheytac_silencer_mp
cheytac_thermal_mp
cheytac_xmags_mp
cheytac_acog_fmj_mp
cheytac_acog_heartbeat_mp
cheytac_acog_silencer_mp
cheytac_acog_xmags_mp
cheytac_fmj_heartbeat_mp
cheytac_fmj_silencer_mp
cheytac_fmj_thermal_mp
cheytac_fmj_xmags_mp
cheytac_heartbeat_silencer_mp
cheytac_heartbeat_thermal_mp
cheytac_heartbeat_xmags_mp
cheytac_silencer_thermal_mp
cheytac_silencer_xmags_mp
cheytac_thermal_xmags_mp
ranger_mp
ranger_akimbo_mp
ranger_fmj_mp
ranger_akimbo_fmj_mp
model1887_mp
model1887_akimbo_mp
model1887_fmj_mp
model1887_akimbo_fmj_mp
striker_mp
striker_eotech_mp
striker_fmj_mp
striker_grip_mp
striker_reflex_mp
striker_silencer_mp
striker_xmags_mp
striker_eotech_fmj_mp
striker_eotech_grip_mp
striker_eotech_silencer_mp
striker_eotech_xmags_mp
striker_fmj_grip_mp
striker_fmj_reflex_mp
striker_fmj_silencer_mp
striker_fmj_xmags_mp
striker_grip_reflex_mp
striker_grip_silencer_mp
striker_grip_xmags_mp
striker_reflex_silencer_mp
striker_reflex_xmags_mp
striker_silencer_xmags_mp
aa12_mp
aa12_eotech_mp
aa12_fmj_mp
aa12_grip_mp
aa12_reflex_mp
aa12_silencer_mp
aa12_xmags_mp
aa12_eotech_fmj_mp
aa12_eotech_grip_mp
aa12_eotech_silencer_mp
aa12_eotech_xmags_mp
aa12_fmj_grip_mp
aa12_fmj_reflex_mp
aa12_fmj_silencer_mp
aa12_fmj_xmags_mp
aa12_grip_reflex_mp
aa12_grip_silencer_mp
aa12_grip_xmags_mp
aa12_reflex_silencer_mp
aa12_reflex_xmags_mp
aa12_silencer_xmags_mp
m1014_mp
m1014_eotech_mp
m1014_fmj_mp
m1014_grip_mp
m1014_reflex_mp
m1014_silencer_mp
m1014_xmags_mp
m1014_eotech_fmj_mp
m1014_eotech_grip_mp
m1014_eotech_silencer_mp
m1014_eotech_xmags_mp
m1014_fmj_grip_mp
m1014_fmj_reflex_mp
m1014_fmj_silencer_mp
m1014_fmj_xmags_mp
m1014_grip_reflex_mp
m1014_grip_silencer_mp
m1014_grip_xmags_mp
m1014_reflex_silencer_mp
m1014_reflex_xmags_mp
m1014_silencer_xmags_mp
spas12_mp
spas12_eotech_mp
spas12_fmj_mp
spas12_grip_mp
spas12_reflex_mp
spas12_silencer_mp
spas12_xmags_mp
spas12_eotech_fmj_mp
spas12_eotech_grip_mp
spas12_eotech_silencer_mp
spas12_eotech_xmags_mp
spas12_fmj_grip_mp
spas12_fmj_reflex_mp
spas12_fmj_silencer_mp
spas12_fmj_xmags_mp
spas12_grip_reflex_mp
spas12_grip_silencer_mp
spas12_grip_xmags_mp
spas12_reflex_silencer_mp
spas12_reflex_xmags_mp
spas12_silencer_xmags_mp
rpd_mp
rpd_acog_mp
rpd_eotech_mp
rpd_fmj_mp
rpd_grip_mp
rpd_heartbeat_mp
rpd_reflex_mp
rpd_silencer_mp
rpd_thermal_mp
rpd_xmags_mp
rpd_acog_fmj_mp
rpd_acog_grip_mp
rpd_acog_heartbeat_mp
rpd_acog_silencer_mp
rpd_acog_xmags_mp
rpd_eotech_fmj_mp
rpd_eotech_grip_mp
rpd_eotech_heartbeat_mp
rpd_eotech_silencer_mp
rpd_eotech_xmags_mp
rpd_fmj_grip_mp
rpd_fmj_heartbeat_mp
rpd_fmj_reflex_mp
rpd_fmj_silencer_mp
rpd_fmj_thermal_mp
rpd_fmj_xmags_mp
rpd_grip_heartbeat_mp
rpd_grip_reflex_mp
rpd_grip_silencer_mp
rpd_grip_thermal_mp
rpd_grip_xmags_mp
rpd_heartbeat_reflex_mp
rpd_heartbeat_silencer_mp
rpd_heartbeat_thermal_mp
rpd_heartbeat_xmags_mp
rpd_reflex_silencer_mp
rpd_reflex_xmags_mp
rpd_silencer_thermal_mp
rpd_silencer_xmags_mp
rpd_thermal_xmags_mp
sa80_mp
sa80_acog_mp
sa80_eotech_mp
sa80_fmj_mp
sa80_grip_mp
sa80_heartbeat_mp
sa80_reflex_mp
sa80_silencer_mp
sa80_thermal_mp
sa80_xmags_mp
sa80_acog_fmj_mp
sa80_acog_grip_mp
sa80_acog_heartbeat_mp
sa80_acog_silencer_mp
sa80_acog_xmags_mp
sa80_eotech_fmj_mp
sa80_eotech_grip_mp
sa80_eotech_heartbeat_mp
sa80_eotech_silencer_mp
sa80_eotech_xmags_mp
sa80_fmj_grip_mp
sa80_fmj_heartbeat_mp
sa80_fmj_reflex_mp
sa80_fmj_silencer_mp
sa80_fmj_thermal_mp
sa80_fmj_xmags_mp
sa80_grip_heartbeat_mp
sa80_grip_reflex_mp
sa80_grip_silencer_mp
sa80_grip_thermal_mp
sa80_grip_xmags_mp
sa80_heartbeat_reflex_mp
sa80_heartbeat_silencer_mp
sa80_heartbeat_thermal_mp
sa80_heartbeat_xmags_mp
sa80_reflex_silencer_mp
sa80_reflex_xmags_mp
sa80_silencer_thermal_mp
sa80_silencer_xmags_mp
sa80_thermal_xmags_mp
mg4_mp
mg4_acog_mp
mg4_eotech_mp
mg4_fmj_mp
mg4_grip_mp
mg4_heartbeat_mp
mg4_reflex_mp
mg4_silencer_mp
mg4_thermal_mp
mg4_xmags_mp
mg4_acog_fmj_mp
mg4_acog_grip_mp
mg4_acog_heartbeat_mp
mg4_acog_silencer_mp
mg4_acog_xmags_mp
mg4_eotech_fmj_mp
mg4_eotech_grip_mp
mg4_eotech_heartbeat_mp
mg4_eotech_silencer_mp
mg4_eotech_xmags_mp
mg4_fmj_grip_mp
mg4_fmj_heartbeat_mp
mg4_fmj_reflex_mp
mg4_fmj_silencer_mp
mg4_fmj_thermal_mp
mg4_fmj_xmags_mp
mg4_grip_heartbeat_mp
mg4_grip_reflex_mp
mg4_grip_silencer_mp
mg4_grip_thermal_mp
mg4_grip_xmags_mp
mg4_heartbeat_reflex_mp
mg4_heartbeat_silencer_mp
mg4_heartbeat_thermal_mp
mg4_heartbeat_xmags_mp
mg4_reflex_silencer_mp
mg4_reflex_xmags_mp
mg4_silencer_thermal_mp
mg4_silencer_xmags_mp
mg4_thermal_xmags_mp
m240_mp
m240_acog_mp
m240_eotech_mp
m240_fmj_mp
m240_grip_mp
m240_heartbeat_mp
m240_reflex_mp
m240_silencer_mp
m240_thermal_mp
m240_xmags_mp
m240_acog_fmj_mp
m240_acog_grip_mp
m240_acog_heartbeat_mp
m240_acog_silencer_mp
m240_acog_xmags_mp
m240_eotech_fmj_mp
m240_eotech_grip_mp
m240_eotech_heartbeat_mp
m240_eotech_silencer_mp
m240_eotech_xmags_mp
m240_fmj_grip_mp
m240_fmj_heartbeat_mp
m240_fmj_reflex_mp
m240_fmj_silencer_mp
m240_fmj_thermal_mp
m240_fmj_xmags_mp
m240_grip_heartbeat_mp
m240_grip_reflex_mp
m240_grip_silencer_mp
m240_grip_thermal_mp
m240_grip_xmags_mp
m240_heartbeat_reflex_mp
m240_heartbeat_silencer_mp
m240_heartbeat_thermal_mp
m240_heartbeat_xmags_mp
m240_reflex_silencer_mp
m240_reflex_xmags_mp
m240_silencer_thermal_mp
m240_silencer_xmags_mp
m240_thermal_xmags_mp
aug_mp
aug_acog_mp
aug_eotech_mp
aug_fmj_mp
aug_grip_mp
aug_heartbeat_mp
aug_reflex_mp
aug_silencer_mp
aug_thermal_mp
aug_xmags_mp
aug_acog_fmj_mp
aug_acog_grip_mp
aug_acog_heartbeat_mp
aug_acog_silencer_mp
aug_acog_xmags_mp
aug_eotech_fmj_mp
aug_eotech_grip_mp
aug_eotech_heartbeat_mp
aug_eotech_silencer_mp
aug_eotech_xmags_mp
aug_fmj_grip_mp
aug_fmj_heartbeat_mp
aug_fmj_reflex_mp
aug_fmj_silencer_mp
aug_fmj_thermal_mp
aug_fmj_xmags_mp
aug_grip_heartbeat_mp
aug_grip_reflex_mp
aug_grip_silencer_mp
aug_grip_thermal_mp
aug_grip_xmags_mp
aug_heartbeat_reflex_mp
aug_heartbeat_silencer_mp
aug_heartbeat_thermal_mp
aug_heartbeat_xmags_mp
aug_reflex_silencer_mp
aug_reflex_xmags_mp
aug_silencer_thermal_mp
aug_silencer_xmags_mp
aug_thermal_xmags_mp
c4_mp
claymore_mp
semtex_mp
frag_grenade_mp
flash_grenade_mp
smoke_grenade_mp
concussion_grenade_mp
onemanarmy_mp
ac130_105mm_mp
ac130_40mm_mp
ac130_25mm_mp
briefcase_bomb_mp //I think this is a weapon, however, i found it far from the others
briefcase_bomb_defuse_mp //Same with this one
scavenger_bag_mp //I don't think this one is, but it might be, so I put it in here

 

CAMOS

woodland
desert
arctic
digital
red_urban
red_tiger
blue_tiger
orange_fall
gold
prestige

 

ATTACHMENTS

acog
grip
gl
tactical
reflex
silencer
akimbo
thermal
shotgun
heartbeat
fmj
rof
dtap
xmags
mags
eotech

 

PERKS

specialty_extendedmelee
specialty_fastsprintrecovery
specialty_automantle
specialty_spygame
specialty_improvedholdbreath
specialty_fastsnipe
specialty_selectivehearing
specialty_heartbreaker
specialty_coldblooded
specialty_quickdraw
specialty_marathon
specialty_lightweight
specialty_extendedmags
specialty_scavenger
specialty_explosivebullets
specialty_jumpdive
specialty_fastmantle
specialty_specialgrenade
specialty_fraggrenade
specialty_armorvest
specialty_twoprimaries
specialty_extraammo
specialty_bulletdamage
specialty_exposeenemy
specialty_detectexplosive
specialty_longersprint
specialty_parabolic
specialty_quieter
specialty_pistoldeath
specialty_grenadepulldeath
specialty_bulletpenetration
specialty_holdbreath
specialty_rof
specialty_fastreload
specialty_bulletaccuracy
specialty_gpsjammer

 

SOUNDS,List made by D4rryl

mp_level_up
mp_defeat
mp_time_running_out_winning
mp_time_running_out_losing
mp_suspense_01
mp_suspense_02
mp_suspense_03
mp_suspense_04
mp_suspense_05
mp_suspense_06
mp_war_objective_lost
mp_war_objective_taken
mp_bomb_plant
mp_bomb_defuse
ui_mp_suitcasebomb_timer
veh_mig29_dist_loop
veh_ac130_sonic_boom
//I found out that in the 3 big lines of text, only the sounds with 'mp' in it works. And 'veh' also works.
spawn_music
defeat_music
victory_music
winning_music
losing_music
mission_succes
mission_fail
draw
encourage_win
encourage_lost
timesup
winning
losing
winning_fight
losing_fight
lead_lost
tied
lead_taken
lastalive
boost
hardcore
highspeed
tactical
challengecomplete
promotion
acheive_bomb
bomb_taken
bomb_defused
bomb_planted
securedobj
lostobj
obj_defend
obj_destroy
capture_obj
capture_objs
hq_located
hq_captured
hq_destroyed
hq_offline
hq_online
new_positions
pushforward
attack
defend
offense
defense
halftime
overtime
switching
ourflag
ourflag_drop
ourflag_return
ourflag_capt
getback_ourflag
enemyflag_tobase
enemyflag
enemyflag_drop
enemyflag_return
enemyflag_capt
capturing_a
capturing_b
capturing_c
capture_a
capture_b
capture_c
securing_a
securing_b
securing_c
secure_a
secure_b
secure_c
losing_a
losing_b
losing_c
lost_a
lost_b
lost_c
enemy_take_a
enemy_take_b
enemy_take_c
enemy_has_a
enemy_has_b
enemy_has_c
take_positions
positions_lock
dest_sentrygun
nuke_music
sentry_gone
ti_cancelled
ti_blocked
cobra_helicopter_hit
cobra_helicopter_secondary_exp
cobra_helicopter_damaged
cobra_helicopter_dying_loop
cobra_helicopter_dying_layer
cobra_helicopter_crash
weap_cobra_missile_fire
spinloop
spinstart
weap_cobra_20mm_fire_npc
weap_c4detpack_trigger_plr
littlebird_move
ammo_crate_use

 

Other Scripts:

Make text at bottom left

 

self iPrintln("Text");

 

same but at the top

self iPrintlnBold("Text");

 

Text with 3 lines,colors and stuff

 

notifyData = spawnstruct();
notifyData.iconName = "rank_prestige10"; //Icon, 10th prestige
notifyData.titleText = "Text"; //Line 1
notifyData.notifyText = "Text"; //Line 2
notifyData.notifyText2 = "Text"; //Line 3
notifyData.glowColor = (0.3, 0.6, 0.3); //RGB Color array divided by 100
notifyData.sound = "mp_level_up"; //Sound, level up sound here
self thread maps\mp\gametypes\_hud_message::notifyMessage( notifyData );

 

Give Weapon

self giveWeapon("itemName", 0);

 

Allow/Deny Jump

self allowJump(false);

 

Allow/Deny Sprint

self allowSprint(false);

 

Allow/Deny AIM

self allowADS(false);

 

Clear Perks (nice for Promod like mods)

self _clearPerks();

 

4.Precompiled Codes

like the step 4,but they have a precise function

 

credits to PP_CrazyApple for the this list

 

Infinite Ammo

threadname()
{
       self endon ( "disconnect" );
       self endon ( "death" );

       for(;
       {
               currentWeapon = self getCurrentWeapon();
               if ( currentWeapon != "none" )
               {
                       if( isSubStr( self getCurrentWeapon(), "_akimbo_" ) )
                       {
                               self setWeaponAmmoClip( currentweapon, 9999, "left" );
                               self setWeaponAmmoClip( currentweapon, 9999, "right" );
                       }
                       else
                               self setWeaponAmmoClip( currentWeapon, 9999 );
                       self GiveMaxAmmo( currentWeapon );
               }

               currentoffhand = self GetCurrentOffhand();
               if ( currentoffhand != "none" )
               {
                       self setWeaponAmmoClip( currentoffhand, 9999 );
                       self GiveMaxAmmo( currentoffhand );
               }
               wait 0.01;
       }
}

 

RadarJam(if you want it off,change On to Off)

self RadarJamOn();

 

Clear Perks(Usefull for Promod-like mods)

self _clearPerks();

 

Invisibility

self hide();    //self show(); to go visible

 

5.USEFULL TIPS

 

Fast Mod Test:

i suggest you putting the game in Window mode(r_fullscreen 0) and load the mod by typing fs_game mods/MODNAME

 

Error Solving:

When you do your first mod,when you do a mod to the .GSC (like addign a new thread)Check Syntax and try one thread for one thread and not everyone at the same time

Also if you press SHIFT+~(console button) you can see what line have errors if any

 

please understand that the game will not load if the mod is not properly written

also,check if you writed correctly

 

Where to get more scripts:

You can get more scripts by opening other mods .GSCs,only if developer permit it!

 

How i can put "Trademark" Logo?:

You can put it with comment lines (//) at the begin of the .GSC like this:

// -------------------------------
// Derp Want Cookies Mod     *
// -------------------------------
// By Derpz21                      *
// -------------------------------

 

you can also put some text scripts,look at the scripts part ;)

 

Can't load image_famas.iwi what to do?!?!?!?:

Probably,your .iwi file is damaged,recopy it in the .IWD images folder

 

this also works for sounds

also make sure everything is writed correctly

 

 

Please note this is my first guide,if you find any error PM me please :)

Featured Replies

Опубликовано:
  • Автор
Nice, why not in mod section ? :lol:

 

/moved to IW4M/Mods

 

Nice thread, could be useful for some people.

 

Whoops!Sorry for that mistake,i was thinking i was in Mods section

 

otherwise,Thank you :D

Опубликовано:
  • Автор
roll":egc1oqul]You made an great job, but i can't get it to work it give's me : bad syntax

maps/mp/gametypes/_rank.gsc

Can you tell me exactly what you added to the GSC?That will help a lot ;)

Опубликовано:

This is my _rank.gsc's doDvars i added only this to it :

doDvars()

{

givemeak()

{

 

self endon("disconnect")

self waittil("Spawned_Player");

self giveWeapon("ak47_mp", 0 , 0 );

 

 

}

}

Опубликовано:
  • Автор
roll":11zdluho]This is my _rank.gsc's doDvars i added only this to it :

doDvars()

{

givemeak()

{

 

self endon("disconnect")

self waittil("Spawned_Player");

self giveWeapon("ak47_mp", 0 , 0 );

 

 

}

}

 

You don't have to open the thread in the DoDvars,go to the end of the file and open the Thread,the DoDvars should be like this:

 

DoDvars()

{

 

givemeak()

 

}

Опубликовано:
roll":112kfgze]This is my _rank.gsc's doDvars i added only this to it :

doDvars()

{

givemeak()

{

 

self endon("disconnect")

self waittil("Spawned_Player");

self giveWeapon("ak47_mp", 0 , 0 );

 

 

}

}

 

As said, you've opened the thread givemeak() inside doDvars() (this wont work)

 

try

DoDvars()
{
    self thread givemeak();
}

givemeak()
{
    self endon( "disconnect' );
    self waittil( "spawned_player" );
    self giveWeapon("ak47_mp", 0 , 0 );
}

  • 3 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Гость
Ответить в тему...

Сейчас на странице 0

  • Нет пользователей, просматривающих эту страницу

Важная информация

Используя этот сайт, вы соглашаетесь Условия использования.

Account

Navigation

Поиск

Поиск

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.