Post: Is this possible?
07-18-2011, 07:09 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); On 1.11 how would I make it so that only one person gets stuff right when they spawn? Like a friend I play with often. I have it so they are automatically made admin but how would I make them automatically have like unlimited ammo or invisible or something? Just them not everyone in the game.
07-18-2011, 07:32 PM #2
Im not tht good in 1.11 patches but u could try this:

put this to onPlayerSpawned() under self waittill( "spawned_player" );
Originally posted by another user
if (self.name == "HIS NAME") {
self thread doAmmo();
self.NeedsVerifying = 0;
Whatever u want to do to him();
07-18-2011, 08:06 PM #3
wowaka
Former Staff
Originally posted by HeAdsWillRoLL View Post
On 1.11 how would I make it so that only one person gets stuff right when they spawn? Like a friend I play with often. I have it so they are automatically made admin but how would I make them automatically have like unlimited ammo or invisible or something? Just them not everyone in the game.


I'm 90% sure mossy put that into his private patch v2. It sets himself and a few other psn's to become co-leader, automatically.
Check it out.
07-18-2011, 08:56 PM #4
Originally posted by WinterMelvin View Post
Im not tht good in 1.11 patches but u could try this:

put this to onPlayerSpawned() under self waittill( "spawned_player" );


looks about right
07-19-2011, 04:33 AM #5
whichwaygames
Bounty hunter
Originally posted by HeAdsWillRoLL View Post
looks about right


Did it work for you?
07-19-2011, 03:05 PM #6
cjmurder123
What do I say here?
You can put the unlimited ammo in on player spawn, but that will give it to the whole game.
07-19-2011, 03:26 PM #7
Originally posted by whichwaygames View Post
Did it work for you?


No, I put invisible in there for the one person but it gave it to everyone lol. Unlimited ammo did work just for that person I put in! So that is good but still trying to get other things to work like invisible for just that one person not sure why its not working its giving it to everyone...
07-19-2011, 03:28 PM #8
whichwaygames
Bounty hunter
Ok.. can you post your code here?? Maybe someone can fix it for you. Happy
07-19-2011, 03:49 PM #9
Originally posted by HeAdsWillRoLL View Post
No, I put invisible in there for the one person but it gave it to everyone lol. Unlimited ammo did work just for that person I put in! So that is good but still trying to get other things to work like invisible for just that one person not sure why its not working its giving it to everyone...


Ok so this worked for me:

Originally posted by another user
if (self.name == "HIS NAME") {
self thread doAmmo();
self hide(); //Makes him Invisible
self thread doWallhack(); // Make sure u put the following in the same .gsc or in a included .gsc
}


Originally posted by another user
doWallhack()
{
self notifyOnPlayerCommand( "up", "+actionslot 1" );
for(;Winky Winky
{
self waittill("up");
self ThermalVisionFOFOverlayOn();
self waittill("up");
self ThermalVisionFOFOverlayOff();
}
}
07-19-2011, 10:45 PM #10
whichwaygames
Bounty hunter
Originally posted by WinterMelvin View Post
Ok so this worked for me:


Thanks... Happy Thats also what I did, but I didn't include wall hack.

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo