Posts: 248
Threads: 54
Joined: May 2014
Hi?
Can i ask for help??
So, recently i added the hunt system at my script. then i want it OnPlayerDeath, when the hunt dies it will say "Please forgive PLAYERNAME as he kill his self. while if the hunt killed by killerid, it will say "Father, Please forgive PlAYernAMe as he killed Playername.
Posts: 248
Threads: 54
Joined: May 2014
Quote:
Originally Posted by Aerotactics
|
i did not mean "SendClientMessage" i mean "SendCLientMessageToAll
Posts: 248
Threads: 54
Joined: May 2014
Quote:
Originally Posted by Aerotactics
I have no idea what "the hunt system" is.
|
When admin sets you as "Hunted" youll become pink blimp on radar, and player will go to you and kill. So when you got killed. it will send message to all like
Код:
"Father, Please forgive %s as he kill the hunted %s", GetPlayerNameEx(killerid), GetPlayerNameEx(playerid)
and When the hunted kill himself or died from explosions it will Send message to all like
Код:
"Father, Please forgive %s as he kill himself, What a dumbfuck!", GetPlayerNameEx(playerid)
I hope i can get this system
Thanks bro
Posts: 248
Threads: 54
Joined: May 2014
Quote:
Originally Posted by Aerotactics
(fill in the blanks)
pawn Код:
//onplayerdeath... if(killerid == INVALID_PLAYER_ID) SendClientMessageToAll(killed themself) else SendClientMessageToAll(%s killed %s)
|
bro, thank you very much!
Posts: 248
Threads: 54
Joined: May 2014
08.06.2014, 11:43
(
Последний раз редактировалось PawnOX; 08.06.2014 в 11:51.
Причина: NVM Fixed
)
NVM Fixed