10.08.2014, 12:08
Hi.
Whis this is not working?
When you send Visuale(playerid, "Blabla"); or Visuale(playerid, string);
it has to be like: "> action" up the head and
"> %s action" in SendClientMessage.
Please help me, I have to open my server at 17:00 (Italian Time)
Thanks
Whis this is not working?
When you send Visuale(playerid, "Blabla"); or Visuale(playerid, string);
it has to be like: "> action" up the head and
"> %s action" in SendClientMessage.
Please help me, I have to open my server at 17:00 (Italian Time)
pawn Код:
stock Visuale(playerid, string[])
{
SetPlayerChatBubble(playerid, "> %s", COLOR_PURPLE, 30, 15000, string);
SendClientMessage(playerid, COLOR_PURPLE, "> %s %s", RPN(playerid), string);
return 1;
}