Search found 6 matches
- Sat Nov 21, 2015 1:18 am
- Forum: Plugin Development Support
- Topic: Restart the round
- Replies: 30
- Views: 36611
Restart the round
Hello, how would I go about restarting the round on command?
- Fri Nov 06, 2015 7:34 am
- Forum: Plugin Development Support
- Topic: SayText2 stops displaying after time
- Replies: 2
- Views: 4253
SayText2 stops displaying after time
We use the SayCommand to send a message back to the user but we keep encountering this strange error where over time it stops responding. This is the SayCommand: @SayCommand("hello") def saycommand_test(command, index, team_only): #playerinfo, teamonly, command playerinfo = playerinfo_from_index(ind...
- Wed Apr 01, 2015 7:16 am
- Forum: Plugin Development Support
- Topic: CSGO Chicken Entities
- Replies: 6
- Views: 7766
- Wed Apr 01, 2015 4:35 am
- Forum: Plugin Development Support
- Topic: CSGO Chicken Entities
- Replies: 6
- Views: 7766
CSGO Chicken Entities
Is there any way to view the deaths of chickens in CSGO and who killed the animal?
Thanks in advance!
Thanks in advance!
- Mon Feb 16, 2015 1:00 am
- Forum: Plugin Development Support
- Topic: PlayerInfo from UserID on Player Connect
- Replies: 1
- Views: 3310
PlayerInfo from UserID on Player Connect
Currently I have the following code that attempts to get a players info when they connect to the server: def player_connect(game_event): print("Player Connect") userid = game_event.get_int('userid') print("userid: %s" % userid) playerinfo =...
- Fri Feb 13, 2015 11:58 pm
- Forum: Plugin Development Support
- Topic: Kicking a Player
- Replies: 1
- Views: 3169
Kicking a Player
I'm attempting to kick a player on the latest build and from what I've been searching for so far engine_c used to be the way to do this but now the library doesn't seem to exist. Does anyone know how this can be accomplished? Thanks in advance!