17.07.2013, 10:56
I know how to run a server, i just ask for help, so that i will be better in scripting, btw will this code work?
I will that it only send it when it is the Player Player who shot and when he is in Human Team.
Код:
if(team[issuerid] == TEAM_HUMAN) { new Float:hpp; GetPlayerHealth(playerid,hpp); new str[228]; format(str,sizeof(str),"~n~~n~~n~~n~~n~~w~ DAMAGE GIVEN: ~g~%.2f ~n~ ~w~PLAYER HP: ~g~%.2f", amount,hpp); GameTextForPlayer(issuerid,str, 5, 2000); }