Command error
#10

Quote:
Originally Posted by hwakinsRP
Посмотреть сообщение
See here CarDealerShipInfo

Код:
enum cdInfo
{
	cdOwned,
	cdOwner[MAX_PLAYER_NAME],
	Float: cdEntranceX,
	Float: cdEntranceY,
	Float: cdEntranceZ,
	Float: cdExitX,
	Float: cdExitY,
	Float: cdExitZ,
	cdMessage[128],
	cdTill,
	cdInterior,
	Float: cdRadius,
	cdPrice,
	cdPickupID,
	Text3D:cdTextLabel,
	Text3D:cdVehicleLabel[MAX_DEALERSHIPVEHICLES],
	cdVehicleModel[MAX_DEALERSHIPVEHICLES],
	cdVehicleCost[MAX_DEALERSHIPVEHICLES],
	cdVehicleId[MAX_DEALERSHIPVEHICLES],
	Float: cdVehicleSpawnX[MAX_DEALERSHIPVEHICLES],
	Float: cdVehicleSpawnY[MAX_DEALERSHIPVEHICLES],
	Float: cdVehicleSpawnZ[MAX_DEALERSHIPVEHICLES],
	Float: cdVehicleSpawnAngle[MAX_DEALERSHIPVEHICLES],
	Float: cdVehicleSpawn[4],
};
new CarDealershipInfo[MAX_CARDEALERSHIPS][cdInfo];
HERE HERE:

Код:
format(string,sizeof(string),"Admin %s (IP: %s) has admin-sold Dealership ID %d (was owned by %d).",GetPlayerName(playerid),ip,dealershipid,CarDealershipInfo[dealershipid][cdOwner]);
TRY NOW
Reply


Messages In This Thread
Command error - by IndependentGaming - 20.01.2015, 17:33
Re: Command error - by Schneider - 20.01.2015, 17:48
Re: Command error - by IndependentGaming - 20.01.2015, 18:13
Re: Command error - by TFreemen - 20.01.2015, 18:16
Re: Command error - by Ironboy - 20.01.2015, 18:17
Re: Command error - by TFreemen - 20.01.2015, 18:20
Re: Command error - by IndependentGaming - 20.01.2015, 18:22
Re: Command error - by IndependentGaming - 20.01.2015, 18:24
Re: Command error - by IndependentGaming - 20.01.2015, 18:26
Re: Command error - by TFreemen - 20.01.2015, 18:28

Forum Jump:


Users browsing this thread: 1 Guest(s)