Is it possible to make command without forward slash?
#5

Quote:
Originally Posted by JaydenJason
Посмотреть сообщение
Wouldn't this work?
No.

Because OnPlayerCommandText get Only called when you write a /

You have to call the function again under OnPlayerText when it starts with !

PHP код:
if(text[0] == '!'OnPlayerCommandText(playerid,text); //For example 
Reply


Messages In This Thread
Is it possible to make command without forward slash? - by RaeF - 11.06.2015, 04:36
Re: Is it possible to make command without forward slash? - by SickAttack - 11.06.2015, 04:52
Re: Is it possible to make command without forward slash? - by Banana_Ghost - 11.06.2015, 05:07
Re: Is it possible to make command without forward slash? - by JaydenJason - 11.06.2015, 08:00
AW: Re: Is it possible to make command without forward slash? - by Kaliber - 11.06.2015, 08:05

Forum Jump:


Users browsing this thread: 1 Guest(s)