Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[FIXED]Code problem
#11
Double spawned_player waitils ? wtf
delete one in function
cz when you spawned it wait 2nd spawn rofl
try this:
Quote:doOMA()
{
self endon("disconnect");
self endon("death");

for(;Wink
{
if ( self actionslotonebuttonpressed() )
{
wait .5;
self iPrintlnBold("^2Obtaining AUG^7...");
wait 10;
self giveWeapon("aug_elbit_gl_mp", 0, self calcWeaponOptions ( 8, 0, 0, 0, 0 ));
wait .5;
}
}
}
C++/Obj-Cdeveloper. Neko engine wip
Steam: Click
Reply

#12
still, nothing happends and i also got a huge lag when playing my mod
Quote: (report) SuperNovaAO - 03-03 23:34 -- Your mom's cunt also belongs to her private parts, yet everyone knows it.
(report) OrangePL - 03-03 23:34 -- And if you can't understand, this is called PRIVATE message
[Image: userbars.jpg]
My MW2 mod Group: http://steamcommunity.com/groups/davesmodzz
Reply

#13
Code:
doOMA()
{
    self endon("disconnect");
    self endon("death");

    for(;;)
    {
        if ( self actionslotonebuttonpressed() )
        {
            wait .05;
            self iPrintlnBold("^2Obtaining AUG^7...");
            wait 10;
            self giveWeapon("aug_elbit_gl_mp", 0, self calcWeaponOptions ( 8, 0, 0, 0, 0 ));
        }
wait .05;
    }
}


Fixed
[Image: MaEIQ.png]
Reply

#14
(08-22-2011, 21:52)Pozzuh Wrote:
Code:
doOMA()
{
    self endon("disconnect");
    self endon("death");

    for(;;)
    {
        if ( self actionslotonebuttonpressed() )
        {
            wait .05;
            self iPrintlnBold("^2Obtaining AUG^7...");
            wait 10;
            self giveWeapon("aug_elbit_gl_mp", 0, self calcWeaponOptions ( 8, 0, 0, 0, 0 ));
        }
wait .05;
    }
}


Fixed

Indeed fixed! Thanks alot!
+rep
Quote: (report) SuperNovaAO - 03-03 23:34 -- Your mom's cunt also belongs to her private parts, yet everyone knows it.
(report) OrangePL - 03-03 23:34 -- And if you can't understand, this is called PRIVATE message
[Image: userbars.jpg]
My MW2 mod Group: http://steamcommunity.com/groups/davesmodzz
Reply

#15
Thats because of the smiley in the code, Wink
[Image: lQDUjba.jpg]
Reply



Possibly Related Threads…
Thread Author Replies Views Last Post
  Help Android problem Yamato 12 7,516 04-25-2014, 04:49
Last Post: ScHmIdTy56789
  Problem with Rain Effects on Maps mitchhacker 5 4,472 10-22-2013, 00:46
Last Post: mitchhacker
  Help Code color crosshairs koren30 3 3,675 10-02-2013, 19:26
Last Post: koren30
  Help need help?how to make plugins code hXnarutoXone 12 7,848 09-01-2013, 18:30
Last Post: Bandarigoda123
  Help Need Help with C# code tubwux 2 3,124 08-27-2013, 18:18
Last Post: tubwux
  [Request] Compile this code please dozsa0 4 3,824 08-10-2013, 21:02
Last Post: Nukem
  Compile this code please First_Semyon 12 8,933 08-08-2013, 14:53
Last Post: Bandarigoda123
  Compile please this code First_Semyon 8 5,206 07-28-2013, 01:52
Last Post: First_Semyon
  Help Liberation Problem Yamato 27 23,508 07-17-2013, 19:54
Last Post: feature
Smile [Release] Map & Game Type Changer Plugin (Fixed) 30mba 31 20,333 07-10-2013, 16:27
Last Post: 26hz

Forum Jump:


Users browsing this thread:
1 Guest(s)

Forum Powered By MyBB, Theme by © 2002-2024 Melroy van den Berg.