Posts: 1,501
Threads: 19
Joined: Nov 2007
Reputation:
0
How could I use something other then the TogglePlayerSpectating? What all does it do? Does it just freeze the player and make him disappear? I could do that myself. It's just because when I toggle back from spectating, it respawns me and OnPlayerSpawn is called. I don't like that. If I just set my player's position or virtual and froze me wouldn't it be the same?
Posts: 225
Threads: 0
Joined: Jun 2008
Reputation:
0
How to use SetTimerEx properly?
I need it for an anti spam of a drug script. I first use SetTimer and created a function, CrackUses, but this works for player id 0 only, so someone told me to use SetTimerEx, but i dont know how to.... : /
Posts: 1,023
Threads: 50
Joined: Mar 2007
Reputation:
0
What's the current pickup limit?
Posts: 456
Threads: 35
Joined: Aug 2008
Reputation:
0
Hi!
This isn't a problem, I'm just wondering how I could make an infinite loop of to check wheter a player is 15 meters away from a point (using PlayerToPoint)
Posts: 456
Threads: 35
Joined: Aug 2008
Reputation:
0
Maybe use gTeam then a check if the player is in the team and send him a message
Posts: 455
Threads: 3
Joined: May 2007
Reputation:
0
It is possible to refer to a command in a function , without re-typing the code that's used to make the command work ? For example if you created a menu and you want to execute the command ''/help'' if he has chosen " case 0 ". Etc etc.