Posts: 186
Threads: 55
Joined: Mar 2008
Reputation:
0
1. How I can create a moving 3DText?
2. How I can make a NFS Nitro system(when you use Nitro in NFS then after some time it fills up....)?
3. How I can to enlarge some objects?
4. what the best anti weapon cheat that you recommand?
thanks for all helpers!
Posts: 1,101
Threads: 21
Joined: Oct 2010
Reputation:
0
1) You can't
3) You can't
Posts: 1,022
Threads: 207
Joined: Aug 2011
Reputation:
0
2. Get a cleo mod that is like that (there is one i already got)
4. Use the "search" button on top
Posts: 1,599
Threads: 164
Joined: Dec 2010
Reputation:
0
Attaching 3DTextLabel to a Player/Vehicle is the only way to make it move. Read wiki for it.
For the nitro, use timers.
The third is impossible.
Weapon Anti-Hack system, the best one is your own. Make one.
Tip: Hacks use GivePlayerWeapon, so if you make a function such as GivePlayerWeaponEx and make all no-hack ways with it, than make it if player receive a gun using GivePlayerWeapon, it bans.
Posts: 186
Threads: 55
Joined: Mar 2008
Reputation:
0
I saw in one server that the 3DText is moving..... how it possible?
Posts: 186
Threads: 55
Joined: Mar 2008
Reputation:
0
Ok, but how I do it with the ammo hack?
Posts: 62
Threads: 19
Joined: Jan 2012
Reputation:
0
Set a maximum amount for ammo of the gun.
Posts: 1,781
Threads: 13
Joined: Sep 2009
Reputation:
0
scaling up objects is only possible with player attached objects, they dont have a collision model applied.
for the NOS like nfs, you need to think about players' ping, a lot of time can pass until the nos_key has an effect, so using a short timer is the only "acceptable" way, but always keep in mind: a high ping player will not be able to enjoy a scripted nos (which depends on the ping). using the KeyStateChange and giving a fresh nos is not the same, but it works, since no interaction betwen server and player is required.