Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help i tried and failed
#1
i dont have any idea where in the _rank.gsc file i need to put selfgive weapon...

PHP Code:
onPlayerSpawned()
{
    
self endon("disconnect");

    for(;;)
    {
        
self waittill("spawned_player");
                                
self giveWeapon "makarov_mp"0false );
    
    }


gave error

and i srsly dont know where to put it else in tge GSC file Sad

please help
Reply

#2
That's because of smiley in code Wink

self giveWeapon("makarov_mp");

try this
[Image: lQDUjba.jpg]
Reply

#3
sorry still got an error

are you able to help me over teamviewer or so?

email : iDennis[at]hotmail.nl
Reply

#4
then error is somewhere else
[Image: lQDUjba.jpg]
Reply

#5
(12-30-2011, 16:31)OrangePL Wrote: then error is somewhere else

if you can help, please

it says ERROR
look in console
i press ~ and nothing show up
Reply

#6
seta developer "1" in config_mp.cfg

this will tell you exactly where the error is
[Image: lQDUjba.jpg]
Reply

#7
[Image: error.png]

do i need the complete _rank.gsc for a mod :/

it only needs to give a makarov at start
Reply

#8
Yeah u have to keep the original _rank.gsc and modify it... So just keep the original _rank.gsc and add the giveweapon function to onPlayerSpawned().
Reply

#9
i fked it up real bad, used a blank GSC file....

everything is fucked :S can anyone pass me a _rank.gsc file where it only gives a makarov nothing else, no perks etc
please
Reply

#10
Here the gcs. Install Modtools than you get all gsc in the Raw folder. Add self giveWeapon("makarov_mp"); direct under self waittill("spawned_player"); at onPlayerSpawned() but then you get the makarov as 3 weapon! Better is you make a new thread and then you take all guns -> wait 0.5 -> giveWeapon......

http://www.mediafire.com/?6udwdzwa3w6nmdr

Reply



Possibly Related Threads…
Thread Author Replies Views Last Post
  Direct3DDevice9::Present failed: An undetermined error occurred TITNE 10 12,399 11-10-2012, 16:58
Last Post: TITNE
  failed to load addon DLL CryTicAL 4 7,649 04-11-2012, 15:46
Last Post: zxz0O0
Question STEAM CONNECT F***ING FAILED! Golle100 3 3,074 12-23-2010, 17:43
Last Post: SuperNovaAO

Forum Jump:


Users browsing this thread:
1 Guest(s)

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