09.11.2016, 10:53
Код:
OnPlayerDeath ..... .... if(playerid == IsPlayerNPC(playerid)) { new string3[256]; format(string3, sizeof(string3), "~g~You killed NPC : %s ~w~ ~r~+1",GetPlayerNameEx(playerid)); GameTextForPlayer(killerid,string3, 3000, 4); }
in facts i want a message with gametextforplayer when you kill a NPC
anyone can help me?