Search found 6 matches

by v1k1r
Sat Jul 11, 2020 6:45 am
Forum: Plugin Development Support
Topic: How to check how many players in team and get their values
Replies: 8
Views: 5968

How to check how many players in team and get their values

I need to check players in team and get "Total Players" and a single player data like "Player name " - "Player id"
Any ideas ?
by v1k1r
Fri Jul 10, 2020 10:05 am
Forum: Plugin Development Support
Topic: How to make Player model invisible?
Replies: 7
Views: 4084

Re: How to make Player model invisible?

Ty i'll try
by v1k1r
Mon Jul 06, 2020 6:40 pm
Forum: Plugin Development Support
Topic: How to make Player model invisible?
Replies: 7
Views: 4084

Re: How to make Player model invisible?

from messages import SayText2 from events import Event from colors import Color from players.entity import Player from players.helpers import index_from_userid from entities.constants import EntityEffects def load(): SayText2('Plugin Predator has been loaded successfully!')....
by v1k1r
Sun Jul 05, 2020 8:18 am
Forum: Plugin Development Support
Topic: How to make Player model invisible?
Replies: 7
Views: 4084

Re: How to make Player model invisible?

But there is still shadow :D
by v1k1r
Sun Jul 05, 2020 6:38 am
Forum: Plugin Development Support
Topic: How to make Player model invisible?
Replies: 7
Views: 4084

Re: How to make Player model invisible?

If you want all the terrorists to be invisible, use this: # ../invis/invis.py # Source.Python from colors import Color from events import Event from players.entity import Player INVISIBLE = Color(255, 255, 255, 0) @Event('player_spawn') def player_spawn(event): playe...
by v1k1r
Sat Jul 04, 2020 5:21 pm
Forum: Plugin Development Support
Topic: How to make Player model invisible?
Replies: 7
Views: 4084

How to make Player model invisible?

from messages import SayText2 from events import Event from players.entity import Player from players.helpers import index_from_userid def load(): SayText2('Plugin Predator has been loaded successfully!').send() def unload(): SayText2('Plugin Predator...

Go to advanced search