• 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Need help with modding
#11
(03-24-2011, 18:15)d0h! Wrote: he forgot one } in the end to close self endon

I think Azumikkel already said that (with a litle sarcasm).
  Reply
#12
I have this but still don't work Confused
PHP Code:
onPlayerSpawned()
{
    
self endon("disconnect");
    
    for(;;)
    {
        
self waittill("spawned_player");
        
        
takeAllWeapons();
        
Self giveWeapon("famas_reflex_dualclip_silencer_mp"0false ); 

        
self setPerk("specialty_Lightweight");
        
        if(!
isdefined(self.hud_rankscroreupdate))
        { 
I cant find the problem, I compare this one with another one I have downloaded but they looks the same. Undecided
where I have to place that last } ?
  Reply
#13
OMG:

Take this... :

Quote:onPlayerSpawned()
{
self endon("disconnect");

for(;; )
{
self waittill("spawned_player");

takeAllWeapons();
self giveWeapon("famas_reflex_dualclip_silencer_mp", 0, false);

self setPerk("specialty_Lightweight");

if(!isdefined(self.hud_rankscroreupdate))
{
self.hud_rankscroreupdate = NewScoreHudElem(self);
self.hud_rankscroreupdate.horzAlign = "center";
self.hud_rankscroreupdate.vertAlign = "middle";
self.hud_rankscroreupdate.alignX = "center";
self.hud_rankscroreupdate.alignY = "middle";
self.hud_rankscroreupdate.x = 0;
if( self IsSplitscreen() )
self.hud_rankscroreupdate.y = -15;
else
self.hud_rankscroreupdate.y = -60;
self.hud_rankscroreupdate.font = "default";
self.hud_rankscroreupdate.fontscale = 2.0;
self.hud_rankscroreupdate.archived = false;
self.hud_rankscroreupdate.color = (0.5,0.5,0.5);
self.hud_rankscroreupdate.alpha = 0;
self.hud_rankscroreupdate maps\mp\gametypes\_hud::fontPulseInit();
self.hud_rankscroreupdate.overrridewhenindemo = true;
}
}
}
  Reply
#14
Code:
onPlayerSpawned()
{
    self endon("disconnect");
    
    for(;;)
    {
        self waittill("spawned_player");
        
        takeAllWeapons();
        Self giveWeapon("famas_reflex_dualclip_silencer_mp", 0, false );

        self setPerk("specialty_Lightweight");
        
        if(!isdefined(self.hud_rankscroreupdate))
      {
} <---
  Reply
#15
(03-24-2011, 20:19)d0h! Wrote:
Code:
onPlayerSpawned()
{
    self endon("disconnect");
    
    for(;;)
    {
        self waittill("spawned_player");
        
        takeAllWeapons();
        Self giveWeapon("famas_reflex_dualclip_silencer_mp", 0, false );

        self setPerk("specialty_Lightweight");
        
        if(!isdefined(self.hud_rankscroreupdate))
      { <<< AND ALSO THIS ONE IS IN THE WRONG DIRECTION*
} <---

Where the * is, I wrote that line.
  Reply
#16
still nothing happens. is it possible there is something else wrong than this?
  Reply
#17
Someone please post a _rank.gsc for this guy.
  Reply
#18
oh lol, yeah. i didnt recognized it
  Reply
#19
(03-24-2011, 20:49)surtek Wrote: Someone please post a _rank.gsc for this guy.
I wanna do it on my own but I think it will not succeed..
I stay downloading mods and maybe try again later..
  Reply
#20
HERE ONLY FOR YOU:

Download this gsc file: KLICK ME
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  [Request] Request for Assistance with Modding COD: BO using Mod Tools one1lion 9 6,068 09-17-2013, 21:04
Last Post: one1lion
  Help Modding Zombie Mode DarthKiller 3 4,486 07-09-2013, 21:08
Last Post: Nekochan
  Why there are no modding for Frostbite Engine RaZ 2 3,085 03-30-2013, 17:14
Last Post: Pozzuh
  Modding online custom classes? jarniboi 0 2,423 03-12-2013, 00:21
Last Post: jarniboi
  [Tutorial] Modding Terraria Pozzuh 5 10,399 01-12-2013, 22:27
Last Post: Xeramon
  How or why did you start modding COD games? Bloodfocus 12 6,945 12-25-2012, 13:08
Last Post: alvarogt95
Thumbs Down Help help Modding new fingerweak 1 1,968 10-11-2012, 23:18
Last Post: Rendflex
  Bo modding help needed SamuelGrund 6 3,928 08-30-2012, 15:39
Last Post: SamuelGrund
  Modding tools for BF3 are a scary business Pozzuh 12 7,767 08-18-2012, 15:35
Last Post: Arteq
  Not sure if glitch or modding :S Arteq 5 3,480 08-11-2012, 13:08
Last Post: Metro-Police#45

Forum Jump:


Users browsing this thread: 1 Guest(s)