vote change gamemode??
#1

is it possible when my game mode end , a dialog appear and people should choose from it : Mode : ...... , Mode : .....
if its possible how to do it
________
BMW VI HISTORY
Reply
#2

*Bump*
________
Black asian
Reply
#3

how its ur gamemode gonna end?
Reply
#4

if(lsscore == 10) {
GameTextForAll("~g~Los Santos Won The Round!!", 2000,5);
SendRconCommand("gmx");
SendRconCommand("reloadfs Speedo");
}
else if(lvscore == 10) {
GameTextForAll("~y~Las Venturas Won The Round!!", 2000,5);
SendRconCommand("gmx");
SendRconCommand("reloadfs Speedo");
________
hot girls Cam
Reply
#5

try to make something like this

Код:
if(lsscore == 10 || lvscore == 10 ||)
{
  ShowPlayerDialog(playerid, urdialogid, DIALOG_STYLE_LIST, "Chose a New Mode?", "Mode1 /nMode2", "Select", "Cancel");
  return 1;
}


then on dialog response bring up the new menu thingy u want with the gamemodes 


	if(dialogid == urdialogid)
	{
		if(response)
		{
			if(listitem == 0)
			{
				andheremaketheactionuwant this response to take get it?
			}

		}
		return 1;
	}
im not making it for you im trying to help you understand how to do it so i guess
this will be all you need to know
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)