#4

Quote:
Originally Posted by [MKD]Max
Посмотреть сообщение
no man what i mean is for ex.

when you enter tattoo shop tell

show you that you join tattoo shop
To show it only for your self you could do.

pawn Код:
SendClientMessage(playerid,COLOR_GREEN,"You have entered the tattoo shop!");
Or

So everyone can see it.

pawn Код:
new string[256];
new pname[MAX_PLAYER_NAME];
GetPlayerName(playerid, pname, sizeof(pname));
format(string, sizeof(string), "%s has entered the tattoo shop!", pname);
SendClientMessageToAll(0x0BBF6AA, string);
Or

pawn Код:
GameTextForPlayer(playerid, "Welcome to the tattoo shop", 5000, 6);
Theres many ways to do it.

Please be specific
Reply


Messages In This Thread
Help - by [MKD]Max - 07.08.2011, 01:43
Re: Help - by [HiC]TheKiller - 07.08.2011, 01:55
Re: Help - by [MKD]Max - 07.08.2011, 02:03
Re: Help - by Shockey HD - 07.08.2011, 02:12
Re: Help - by [MKD]Max - 07.08.2011, 02:21

Forum Jump:


Users browsing this thread: 1 Guest(s)