07.08.2011, 02:12
Quote:
no man what i mean is for ex.
when you enter tattoo shop tell show you that you join tattoo shop |
pawn Код:
SendClientMessage(playerid,COLOR_GREEN,"You have entered the tattoo shop!");
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);
pawn Код:
GameTextForPlayer(playerid, "Welcome to the tattoo shop", 5000, 6);
Please be specific