Post: SPRX Question
07-01-2016, 07:26 AM #1
xPurpBoyyx
Bounty hunter
(adsbygoogle = window.adsbygoogle || []).push({}); Does anyone know the proper code to give a client a score streak?

I tried these:
    GiveWeapon(clientIndex, "nuke_mp", false, true, true);
GiveWeapon(clientIndex, "killstreak_nuke_mp", false, true, true);


But they did nothing.

If anyone has an idea let me know. Geo
(adsbygoogle = window.adsbygoogle || []).push({});
07-01-2016, 11:06 AM #2
makeabce
I defeated!
Originally posted by xPurpBoyyx View Post
Does anyone know the proper code to give a client a score streak?

I tried these:
    GiveWeapon(clientIndex, "nuke_mp", false, true, true);
GiveWeapon(clientIndex, "killstreak_nuke_mp", false, true, true);


But they did nothing.

If anyone has an idea let me know. Geo


Try adding this:(works for ac130)
    
SV_GameSendServerCommand(clientIndex,"a \"" + GetWeaponIndexForName("killstreak_nuke_mp") + "\"");
07-01-2016, 11:10 PM #3
xPurpBoyyx
Bounty hunter
Originally posted by makeabce View Post
Try adding this:(works for ac130)
    
SV_GameSendServerCommand(clientIndex,"a \"" + GetWeaponIndexForName("killstreak_nuke_mp") + "\"");


Says its undefined. Do you have the code to define it? I tried looking on google but maybe I'm searching the wrong thing.

You must login or register to view this content.
07-02-2016, 12:08 AM #4
makeabce
I defeated!
Originally posted by xPurpBoyyx View Post
Says its undefined. Do you have the code to define it? I tried looking on google but maybe I'm searching the wrong thing.

You must login or register to view this content.


Nevermind it's sprx that was for c#

The following user thanked makeabce for this useful post:

xPurpBoyyx
07-02-2016, 12:39 AM #5
xPurpBoyyx
Bounty hunter
Originally posted by makeabce View Post
Nevermind it's sprx that was for c#


Lmao thanks anyways bro <3 Geo

The following user thanked xPurpBoyyx for this useful post:

makeabce

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo