/airstrike
#6

Lol, I thought you would understand the syntax a little more.

Код:
public OnPlayerCommandText(playerid,cmdtext[])
{
	if (strcmp(cmdtext, "/airstrike", true) == 0)
	{
		if(spree[playerid] == 5)
		{
			ShowPlayerDialog(playerid,DS,2,"Airstrikes","Vehicle Smasher \nEnemy Wave Attack \nTank Buster \nCarpet Bomb \nNuke \nAir Attack \nAir Bomber \nMegaNuke \nVehicle Nuke \nAircracker bomb \nAirCluster Bomb \nDestructorBomb \nFireCluster \nSplitterMissile \nMOAB ","Ok","Cancel");
		}
		return 1;
	}
return 0;
}
Reply


Messages In This Thread
/airstrike - by 02manchestera - 12.03.2010, 17:04
Re: /airstrike - by gotenks918 - 12.03.2010, 17:16
Re: /airstrike - by 02manchestera - 12.03.2010, 17:25
Re: /airstrike - by Correlli - 12.03.2010, 17:29
Re: /airstrike - by 02manchestera - 12.03.2010, 17:32
Re: /airstrike - by gotenks918 - 12.03.2010, 17:34

Forum Jump:


Users browsing this thread: 2 Guest(s)