SA-MP Forums Archive
[FilterScript] =====>[FS]CMenu<====== - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] =====>[FS]CMenu<====== (/showthread.php?tid=143325)



=====>[FS]CMenu<====== - andmeida10 - 22.04.2010

CMenu

__________________________________________________ ________________________________________________

Introduction:

__________________________________________________ ________________________________________________

How to Use:

__________________________________________________ ________________________________________________

Options/Modifications


Version 1.0
*->Credits to J-Sprunk for this listitem

For Version 2.0
__________________________________________________ ________________________________________________


VIDEO:

[FS]CMenu

OBS: Enjoy HD

__________________________________________________ ________________________________________________

DOWNLOAD:

.AMX && .PWN




Re: =====>[FS]CMenu<====== - noobre - 22.04.2010

Its simple and Useful

Continue good work xD


Re: =====>[FS]CMenu<====== - Jofi - 22.04.2010

Nice, maybe translate it to english in next version? And maybe make it return at dialog after you have chosen component?
So you dont have type /cmenu many times you can click "cancel" when you are done

Like:
pawn Code:
else if(listitem == 1)
{
new vehicleid = GetPlayerVehicleID(playerid);
RepairVehicle(vehicleid);
SetVehicleHealth(vehicleid,1000);
ShowPlayerDialog(playerid, 1, DIALOG_STYLE_LIST,"Escolha a Funзгo",CarrosLista,"OK","Sair");
}



Re: =====>[FS]CMenu<====== - andmeida10 - 22.04.2010

Quote:
Originally Posted by » JoFi »
Nice, maybe translate it to english in next version? And maybe make it return at dialog after you have chosen component?
So you dont have type /cmenu many times you can click "cancel" when you are done

Like:
pawn Code:
else if(listitem == 1)
{
new vehicleid = GetPlayerVehicleID(playerid);
RepairVehicle(vehicleid);
SetVehicleHealth(vehicleid,1000);
ShowPlayerDialog(playerid, 1, DIALOG_STYLE_LIST,"Escolha a Funзгo",CarrosLista,"OK","Sair");
}
thanks.. good ideia...


Re: =====>[FS]CMenu<====== - J-Sprunk - 23.04.2010

Hey man its my...what a fuck?

http://forum.sa-mp.com/index.php?topic=168471.0


Re: =====>[FS]CMenu<====== - J-Sprunk - 23.04.2010

stock GetVehicleName(playerid)
{
new string[256], i;
format(string,sizeof(string),"Nome do Veiculo: %s",NomeCarro[GetVehicleModel(GetPlayerVehicleID(i))-400]);
SendClientMessage(playerid, COR_AZUL, string);
return 1;
}

it's my code omg


Re: =====>[FS]CMenu<====== - noobre - 23.04.2010

Its a edit.
Calm down


Re: =====>[FS]CMenu<====== - andmeida10 - 24.04.2010

Quote:
Originally Posted by J-Sprunk
stock GetVehicleName(playerid)
{
new string[256], i;
format(string,sizeof(string),"Nome do Veiculo: %s",NomeCarro[GetVehicleModel(GetPlayerVehicleID(i))-400]);
SendClientMessage(playerid, COR_AZUL, string);
return 1;
}

it's my code omg
i put your credit on the FS....


Re: =====>[FS]CMenu<====== - J-Sprunk - 24.04.2010

Where? I have not seen it in theese theme


Re: =====>[FS]CMenu<====== - andmeida10 - 24.04.2010

Quote:
Originally Posted by J-Sprunk
Where? I have not seen it in theese theme
1: At the topic....

in the FS, line: 131