11.05.2010, 12:06
Hello, As estasn?, I hope that BIEM, well I would like to convert these commands into a simple menu
well want the menu to work alone in this ubicasion
Bone here

Well I hope that will help me
Код:
if (strcmp(cmdtext, "/kugnfu", true) == 0)
{
SetPlayerFightingStyle(playerid,FIGHT_STYLE_KUNGFU);
SendClientMessage(playerid, COLOR_RED, "Ahora tu estilo de pelea es konfu");
GivePlayerMoney8,playerid, -750)
SendClienteMessage(playerid, COLOR_BLUE, "Se te descontaron 750$);
return 1;
}
if (strcmp(cmdtext, "/boxing", true) == 0)
{
SetPlayerFightingStyle(playerid,FIGHT_STYLE_BOXING);
SendClientMessage(playerid, COLOR_RED, "Ahora tu estilo de pelea es de boxer");
GivePlayerMoney(playerid, -600)
SendClienteMessage(playerid, COLOR_BLUE, "Se te descontaron 600$);
return 1;
}
if (strcmp(cmdtext, "/Patadas", true) == 0)
{
SetPlayerFightingStyle(playerid, FIGHT_STYLE_GRABKICK);
SendClientMessage(playerid, COLOR_RED, "Ahora peleas al estilo grabkick");
GivePlayerMoney(playerid, -750)
SendClienteMessage(playerid, COLOR_BLUE, "Se te descontaron 750$);
return 1;
}
if (strcmp(cmdtext, "/normal", true) == 0)
{
SetPlayerFightingStyle(playerid,FIGHT_STYLE_NORMAL);
SendClientMessage(playerid, COLOR_RED, "Ahora as buelto a la normalidad");
return 1;
}
if (strcmp(cmdtext, "/codos", true) == 0)
{
SetPlayerFightingStyle(playerid,FIGHT_STYLE_ELBOW);
SendClientMessage(playerid, COLOR_RED, "Ahora peleas al estilo elbow");
GivePlayerMoney(playerid, -600)
SendClientMessage(playerid, COLOR_BLUE, "Se te descontaron 600);
return 1;
}
Код:
771.9371,5.1919,1000.7802

Well I hope that will help me

