Untitled

 avatar
unknown
plain_text
2 years ago
707 B
15
Indexable
#define         DIALOG_MAIN_TRASH           (9340)
#define         LOADING_TIMER_TRASH         (9341)
#define         DIALOG_XULY_RAC         	(9342)
#define         DIALOG_THUEXERAC         	(9343)

// Trash
enum E_TRASH_PLAYER {
	trashPlayer_Amount,
	trashPlayer_Status,

	trashPlayer_Item[SOLUONGRAC],
	trashPlayer_ItemAmount[SOLUONGRAC],
};
new pTrashInfo[MAX_PLAYERS][E_TRASH_PLAYER];

//new Text3D:txtCarTrash[MAX_PLAYERS];
new myCarTrash[MAX_PLAYERS];
new timeLayRac[MAX_PLAYERS];

// CMD:cancel(playerid, params[])
else if(strcmp(choice,"xerac",true) == 0) {
	    pTrashInfo[playerid][trashPlayer_Amount] = 0;
		pTrashInfo[playerid][trashPlayer_Status] = INVALID_PLAYER_ID;
	}
Editor is loading...
Leave a Comment