Blockland Forums
Home
Help
Login
Register
Blockland Forums
»
Blockland Forums
»
Modification Help
»
What's the function called whenever a player respawns?
« previous
next »
Print
Pages: [
1
]
Author
Topic: What's the function called whenever a player respawns? (Read 432 times)
Axolotl
April 06, 2012, 04:06:46 AM
I don't want to overwrite instantRespawn(); or do I have to?
Ad Bot
Advertisement
jes00
April 06, 2012, 06:38:25 AM
Pretty sure it's
function gameConnection::spawnPlayer(%client)
Axolotl
April 06, 2012, 10:21:41 AM
Quote from: jes00 on April 06, 2012, 06:38:25 AM
Pretty sure it's
function gameConnection::spawnPlayer(%client)
OK
Port
April 06, 2012, 10:23:22 AM
If you want to check only when a player
respawns
, and not just any time the player spawns, add a check for
client.hasSpawnedOnce
.
Print
Pages: [
1
]
« previous
next »
Blockland Forums
»
Blockland Forums
»
Modification Help
»
What's the function called whenever a player respawns?