All public logs

Jump to navigation Jump to search

Combined display of all available logs of NPC for VCMP 0.4 Servers. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 04:05, 6 September 2024 127.0.0.1 talk created page Suicide (Created page with "{{Welcome| desc=This function kills the npc.| params=<syntaxhighlight lang="lua"> NoParams</syntaxhighlight> <poem></poem>| example= The following npc commits suicide if some one textes 'loser' to it. <source lang="lua"> function OnPlayerText(playerid, message) { if(message=="loser") { Suicide() } }</source>| relfuncs=*SetMyHealth *RequestClassAbs| returns=* true on success and false on failure (npc not spawned)| }}")