Posts: 42
Threads: 13
Joined: May 2016
Reputation:
0
Hello Guys How to i can Change this SERVER: Unkown Command? i want to change it How
Posts: 1,219
Threads: 51
Joined: Jul 2012
Sry but can you please use ****** before asking such things
https://sampwiki.blast.hk/wiki/OnPlayerCommandText
instead of return 0; just do "SendClientMessage(....);
Posts: 1,219
Threads: 51
Joined: Jul 2012
Quote:
Originally Posted by oMa37
PHP код:
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{
if(!success) SendClientMessage(playerid, 0xFF0000FF, "Your text");
return 1;
}
|
onPlayerCommandPerformed is not a native, providing such information isn't very useful.