SA-MP Forums Archive
/ame command,please help. - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: /ame command,please help. (/showthread.php?tid=273410)



/ame command,please help. - rashier - 01.08.2011

Hi,i have this:
Quote:

public OnPlayerText(playerid, text[])
{
// Your command code
SetPlayerChatBubble(playerid, text, 0xFF0000FF, 100.0, 10000);
return 0; //he said not in chat place
}

And this :
Quote:

command(ame, playerid, params[]) {
if(!isnull(params))
return SetPlayerChatBubble(playerid, params, 0xFF0000FF, 75.0, 1000);

return SendClientMessage(playerid, 0, "Syntax: /ame [command]");
}

But none work, please help me. Please tell me how to put comanda.Comanda must do: eg /ame lift arm down. and overhead is so: X(name of player) lift arm down.. ...please help me..sorry for my bad english


Re: /ame command,please help. - Kingunit - 01.08.2011

Are you using scanff2?


Re: /ame command,please help. - rashier - 01.08.2011

yes,but not work,i need another system for /ame ...


Re: /ame command,please help. - sleepysnowflake - 01.08.2011

You are using ZCMD or something ?


Re: /ame command,please help. - rashier - 01.08.2011

Yes,i using ZCMD...but not work.i use gamemode night life role play...please helpme


Re: /ame command,please help. - sleepysnowflake - 01.08.2011

Isn't ZCMD like:
pawn Код:
COMMAND:ame(playerid, params[])



AW: Re: /ame command,please help. - samtey - 01.08.2011

Quote:
Originally Posted by Berlovan
Посмотреть сообщение
Isn't ZCMD like:
pawn Код:
COMMAND:ame(playerid, params[])
I think u mean aim, not ame!

pawn Код:
CMD:aim(playerid, params[])
if(!isnull(params))
return SetPlayerChatBubble(playerid, params, 0xFF0000FF, 75.0, 1000);

return SendClientMessage(playerid, 0, "Syntax: /ame [command]");
}
//rest of your code