20 lines
423 B
Markdown
20 lines
423 B
Markdown
/*
|
|
|
|
Irresistible Gaming Development Framework
|
|
Copyright (c) 2018
|
|
|
|
This framework allows you to easily collaborate on Irresistible Gaming servers.
|
|
|
|
Internal Server Callbacks (Hookable):
|
|
- SetPlayerRandomSpawn( )
|
|
* When a player is attempting to spawn somewhere randomly
|
|
|
|
- OnServerUpdate( )
|
|
|
|
- OnPlayerUpdateEx( )
|
|
|
|
- OnNpcConnect( npcid )
|
|
|
|
- OnPlayerDriveVehicle( playerid, vehicleid )
|
|
*/
|