04.11.2010, 03:25
Otro ejemplo podria ser con la opcion : SetPlayerChatBubble y saldria un texto sobre el seria algo asi:
public OnPlayerText(playerid, text[])
{
if (strfind(text, "stupid bot") != -1)
{
SetPlayerChatBubble(playerid,"Hey %s! Don't say those things! We, bots, are cool",0xFFFFFFAA,50,5000);
}
return 1;
}
public OnPlayerText(playerid, text[])
{
if (strfind(text, "stupid bot") != -1)
{
SetPlayerChatBubble(playerid,"Hey %s! Don't say those things! We, bots, are cool",0xFFFFFFAA,50,5000);
}
return 1;
}