Code: Select all
from messages import SayText
def load():
SayText(message="plugin loaded").send()
It works in CS:S, but in CS:GO I just hear the click sound, nothing is printed.
Code: Select all
from messages import SayText
def load():
SayText(message="plugin loaded").send()
Syntax: Select all
from messages import SayText2
Syntax: Select all
from messages import SayText
Code: Select all
from messages import SayText2
from basetypes import Color
color = Color(55, 155, 255)
def load():
SayText2(message="{0}plugin loaded".format(color)).send()
Syntax: Select all
from messages import SayText2
from events import Event
@Event
def player_jump(event):
SayText2(message='\x01a\x02a\x03a\x04a\x05a\x06a\x06a\x07a\x08a').send()
Return to “Plugin Development Support”
Users browsing this forum: No registered users and 92 guests