Steven Howard d461e85298 Revert "changed /h config dialog to show current value"
This reverts commit 7623bdc17bca34dee11db8c3cbc0c02b4b9f517a.
2018-09-13 09:19:57 +01:00
..
2018-09-11 07:58:33 +10:00
2018-09-11 03:19:21 +10:00
2018-09-11 17:30:24 +10:00

/*

					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 )

*/