Scripting/Squirrel/Functions/Player.IsOnFire: Revision history

Jump to navigation Jump to search
Caution icon
This wiki is using an old backup from 2020
Some information may be old/missing

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

30 January 2017

26 January 2017

10 March 2016

13 February 2016

  • curprev 12:1412:14, 13 February 2016Ultimatejugo talk contribs 171 bytes +171 Created page with " == Syntax == <pre>player.IsOnFire;</pre> == Example == <pre>if ( cmd == "playeronfire" ) { local plr = FindPlayer( text ); MessagePlayer(plr.IsOnFire+"",player); }</pre>"