Untitled

mail@pastecode.io avatarunknown
plain_text
a month ago
486 B
1
Indexable
Never
if(PlayerInfo[playerid][ActiveAccount] == 0 && PlayerInfo[playerid][pAdmin] == 0) {
	    new str[2460];
		format(str, sizeof(str), "{ffffff}Xin chao {FF1818}%s{ffffff}, tai khoan cua ban hien tai chua duoc kich hoat, vui long lien he Admin (Hau) de duoc kich hoat tai khoan.", GetPlayerNameEx( playerid ));
		ShowPlayerDialog(playerid, DIALOG_NOTHING, DIALOG_STYLE_MSGBOX, "Kick hoat tai khoan", str, "Dong Lai", "");
		SetTimerEx("KickEx", 1000, 0, "i", playerid);
		return 1;
	}