Search found 6 matches

by petros789
Sat Nov 21, 2015 1:18 am
Forum: Plugin Development Support
Topic: Restart the round
Replies: 30
Views: 20678

Restart the round

Hello, how would I go about restarting the round on command?
by petros789
Fri Nov 06, 2015 7:34 am
Forum: Plugin Development Support
Topic: SayText2 stops displaying after time
Replies: 2
Views: 2653

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...
by petros789
Wed Apr 01, 2015 7:16 am
Forum: Plugin Development Support
Topic: CSGO Chicken Entities
Replies: 6
Views: 4922

This is amazing, thank you so much! I have made ideas from this haha. If it's not too much trouble may I ask how you got so many chickens spawned?
by petros789
Wed Apr 01, 2015 4:35 am
Forum: Plugin Development Support
Topic: CSGO Chicken Entities
Replies: 6
Views: 4922

CSGO Chicken Entities

Is there any way to view the deaths of chickens in CSGO and who killed the animal?

Thanks in advance!
by petros789
Mon Feb 16, 2015 1:00 am
Forum: Plugin Development Support
Topic: PlayerInfo from UserID on Player Connect
Replies: 1
Views: 2169

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 =...
by petros789
Fri Feb 13, 2015 11:58 pm
Forum: Plugin Development Support
Topic: Kicking a Player
Replies: 1
Views: 2100

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!

Go to advanced search