SendChat
Jump to navigation
Jump to search
Description:
This function kills the npc.
Parameters:
()
Return Values:
This function does not return any specific values.
Example
The following npc commits suicide if some one textes 'loser' to it.
function OnPlayerText(playerid, message) { if(message=="loser") { Suicide() } }
Related Functions
The following functions may be helpful as they relate to this function in one way or another.