2018-09-09 16:01:29 +00:00
|
|
|
/*
|
|
|
|
|
|
|
|
Irresistible Gaming Development Framework
|
|
|
|
Copyright (c) 2018
|
|
|
|
|
|
|
|
This framework allows you to easily collaborate on Irresistible Gaming servers.
|
|
|
|
|
2018-09-11 07:30:24 +00:00
|
|
|
Internal Server Callbacks (Hookable):
|
2018-09-09 16:01:29 +00:00
|
|
|
- SetPlayerRandomSpawn( )
|
|
|
|
* When a player is attempting to spawn somewhere randomly
|
2018-09-11 07:30:24 +00:00
|
|
|
|
|
|
|
- OnServerUpdate( )
|
|
|
|
|
|
|
|
- OnPlayerUpdateEx( )
|
|
|
|
|
|
|
|
- OnNpcConnect( npcid )
|
|
|
|
|
|
|
|
- OnPlayerDriveVehicle( playerid, vehicleid )
|
2018-09-09 16:01:29 +00:00
|
|
|
*/
|