SA-MP Forums Archive
Create Gate System - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Create Gate System (/showthread.php?tid=621144)



Create Gate System - Darkers - 07.11.2016

Anyone can help me create gate system commands? I just didn't have /commands for it.

Код:
enum gateInfo
{
	gateName[50],
	gateModel,

	Float:gateX,
	Float:gateY,
	Float:gateZ,
	Float:gateRX,
	Float:gateRY,
	Float:gateRZ,

	Float:gateMX,
	Float:gateMY,
	Float:gateMZ,
	Float:gateMRX,
	Float:gateMRY,
	Float:gateMRZ,

	gateInterior, gateVirtualWorld,
	gateObject,
	gateHouse, gateBusiness, gateOwner[MAX_PLAYER_NAME], gateFaction, // ownership
	bool:gateActive,
}
new GateInfo[MAX_GATES][gateInfo];