Jump to content
  • 0

Walk


Scott_Williams

Question

2 answers to this question

Recommended Posts

iti dau meniul meu...

bagi acolo sus:

#define Walk 2311

La ondialogresponse:

    	if(dialogid == Walk)
	{
		if(response)
		{
			if(listitem == 0)
			{
				SetPlayerWalkingStyle (playerid, WALK_NORMAL);
				SendClientMessage(playerid, ZOLD, " Acum ai Normal Walk");
			}
			if(listitem == 1)
			{
				SetPlayerWalkingStyle (playerid, WALK_PED);
				SendClientMessage(playerid, ZOLD, " Acum ai Ped Walk");
			}
			if(listitem == 2)
			{
			    SetPlayerWalkingStyle (playerid, WALK_GANGSTA);
			    SendClientMessage(playerid, ZOLD, " Acum ai Gangsta Walk");
			}
			if(listitem == 3)
			{
				SetPlayerWalkingStyle (playerid, WALK_GANGSTA2);
				SendClientMessage(playerid, ZOLD, " Acum ai Gangsta2 Walk");
			}
			if(listitem == 4)
			{
			    SetPlayerWalkingStyle (playerid, WALK_OLD);
			    SendClientMessage(playerid, ZOLD, " Acum ai Old Walk");
			}
			if(listitem == 5)
			{
			    SetPlayerWalkingStyle (playerid, WALK_FAT_OLD);
			    SendClientMessage(playerid, ZOLD, " Acum ai Fat Old Walk");
			}
			if(listitem == 6)
			{
			    SetPlayerWalkingStyle (playerid, WALK_FAT);
			    SendClientMessage(playerid, ZOLD, " Acum ai Fat Walk");
			}
			if(listitem == 7)
			{
			    SetPlayerWalkingStyle (playerid, WALK_LADY);
			    SendClientMessage(playerid, ZOLD, " Acum ai Lady Walk");
			}
			if(listitem == 8)
			{
			    SetPlayerWalkingStyle (playerid, WALK_LADY2);
			    SendClientMessage(playerid, ZOLD, " Acum ai Lady2 Walk");
			}
			if(listitem == 9)
			{
			    SetPlayerWalkingStyle (playerid, WALK_WHORE);
			    SendClientMessage(playerid, ZOLD, " Acum ai Whore Walk");
			}
			if(listitem == 10)
			{
			    SetPlayerWalkingStyle (playerid, WALK_WHORE2);
			    SendClientMessage(playerid, ZOLD, " Acum ai Whore2 Walk");
			}
			if(listitem == 11)
			{
			    SetPlayerWalkingStyle (playerid, WALK_DRUNK);
			    SendClientMessage(playerid, ZOLD, " Acum ai Drunk Walk");
			}
			if(listitem == 12)
			{
			    SetPlayerWalkingStyle (playerid, WALK_BLIND);
			    SendClientMessage(playerid, ZOLD, " Acum ai Blind Walk");
			}
			if(listitem == 13)
			{
			    SetPlayerWalkingStyle (playerid, WALK_DEFAULT);
			    SendClientMessage(playerid, ZOLD, " Acum ai Default Walk");
			}
		}
	}
si comanda la onplayercommandtext:
	if (strcmp("/walkstyles", cmdtext, true, 10) == 0)
	{
	    if(IsPlayerConnected(playerid))
 	    {
            {
        		ShowPlayerDialog(playerid, Walk, DIALOG_STYLE_LIST, "Walk Style", "Normal\nPed\nGangsta\nGangsta2\nOld\nFat Old\nFat\nLady\nLady2\nWhore\nWhore2\nDrink\nBlind\nDefault", "Alege", "Anuleaza");
        	}
		}
		return 1;
	}

sper ca te-am ajutat

u78ch.jpg

CHECK MY CHANNEL!

http://www.youtube.com/user/amysoica

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.