Callback
#1

I need callback if player not type @ in chat and do something if not..
Reply
#2

@****** i need if player not type @ in chat and do something with that..
Reply
#3

@****** yes i know i need for that OnPlayerText but i remember condition for if player not typed
Reply
#4

Check if the first letter of the text contains @.
pawn Код:
if(text[0] == '@')
Simple as that.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)