• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Server] Nametag
#1
Hello, when someone shoots, I want it written on it (fired) how do I do it?

(SHOTS FRIED)
  Reply
#2
https://open.mp/docs/scripting/functions...ChatBubble

Code:
public OnPlayerWeaponShot(playerid, weaponid, hittype, hitid, Float:fX, Float:fY, Float:fZ)
{
? ? SetPlayerChatBubble(playerid, "SHOTS FIRED", 0xFF0000FF, 50.0, 8000);
? ? return 1;
}
  Reply


Forum Jump: