SpawnPlayer: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:


__NOTOC__  
__NOTOC__  
NOTE: need another spawnPlayer function for 'bool spawnPlayer ( player thePlayer, int x, int y, int z, int rotation, int skinID )'
{{Needs_Checking|NOTE: need another spawnPlayer function for 'bool spawnPlayer ( player thePlayer, int x, int y, int z, int rotation, int skinID )'|}}


This function spawns the player at a spawnpoint
This function spawns the player at a spawnpoint

Revision as of 02:12, 29 May 2006



Dialog-information.png This article needs checking.

Reason(s): NOTE: need another spawnPlayer function for 'bool spawnPlayer ( player thePlayer, int x, int y, int z, int rotation, int skinID )'

This function spawns the player at a spawnpoint

Syntax

bool spawnPlayer ( player thePlayer, element spawnpoint )             

Required Arguments

  • thePlayer: the player to spawn
  • spawnpoint: the spawnpoint element at which to spawn the player

Returns

Returns true if the player was spawned successfully, false otherwise.

Example

This example does...

--This line does...
blabhalbalhb --abababa
--This line does this...
mooo

See Also

Template:FunctionArea Functions