Help me out with this cmd
#8

What...

ShowUsageMessage isn't a native SA-MP function. Sys and Dayrion both pointed out your mistake.

Your initial problem was with SendClientMessage().

Код:
if(isnull(params)) return SendClientMessage(playerid,"/oban [playername]");
Is incorrect.

Код:
if(isnull(params)) return SendClientMessage(playerid, -1, "/oban [playername]");
Is correct. -1 is where the color of the message goes.
Reply


Messages In This Thread
Help me out with this cmd - by Xtra - 29.07.2017, 04:18
Re: Help me out with this cmd - by FreAkeD - 29.07.2017, 04:50
Re: Help me out with this cmd - by SyS - 29.07.2017, 05:15
Re: Help me out with this cmd - by Xtra - 29.07.2017, 08:28
Re: Help me out with this cmd - by SyS - 29.07.2017, 08:33
Re: Help me out with this cmd - by Xtra - 29.07.2017, 08:40
Re: Help me out with this cmd - by Dayrion - 29.07.2017, 08:42
Re: Help me out with this cmd - by Kane - 29.07.2017, 08:47
Re: Help me out with this cmd - by Xtra - 29.07.2017, 08:50

Forum Jump:


Users browsing this thread: 1 Guest(s)