01.08.2011, 17:58
Hi,i have this:
And this :
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
Quote:
public OnPlayerText(playerid, text[]) { // Your command code SetPlayerChatBubble(playerid, text, 0xFF0000FF, 100.0, 10000); return 0; //he said not in chat place ![]() } |
Quote:
command(ame, playerid, params[]) { if(!isnull(params)) return SetPlayerChatBubble(playerid, params, 0xFF0000FF, 75.0, 1000); return SendClientMessage(playerid, 0, "Syntax: /ame [command]"); } |