Help PLS
#1

Hello!
Somebody would relate it how it is necessary to do a command like that how than the /me command but 3Dtext puts onto the player
for example: /me hello!
And will be seen on the player then that hello

THX

and Sorry for my bad english
Reply
#2

Basic Exemple for you (Not Tested):

pawn Код:
if (strcmp(cmd, "/me", true)==0)
{
new tmp[128], string[128];
strmid(tmp,cmdtext,3,strlen(cmdtext));
if(!strlen(tmp))
return SendClientMessage(playerid,COLOR, "SERVER: /me [Text]");

format(string, sizeof(string), "%s",tmp);
SetPlayerChatBubble(playerid, string, Color, DrawDistance, ExpireTime);
return 1;
}
I recommend to you read: SetPlayerChatBubble on SA-MP Wiki
Reply
#3

Not reaction
And
I Create3DTextLabel I would like it I would like to do it
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)