=====>[FS]CMenu<====== -
andmeida10 - 22.04.2010
CMenu
__________________________________________________ ________________________________________________
Introduction:
- O CMenu ("Carro Menu", in Portuguese) is a FilterScript, in Dialog Mode, it show some Options/Modifications for your vehicle
__________________________________________________ ________________________________________________
How to Use:
- Use /cmenu, it will open a Dialog, (you can see the video down), it show some Options/Modifications for your vehicle
__________________________________________________ ________________________________________________
Options/Modifications
Version 1.0
Restore Health
Complete Restore
Motor's Broke
Flip
Nitro
Tunar*
Change Color
Explode Vehicle
Respawn
Name of the Vehicle*
Get Vehicle Health
ID of Vehicle
*->Credits to J-Sprunk for this listitem
For Version 2.0
Give Speed
Fly
Jump
Vehicle Spawns
__________________________________________________ ________________________________________________
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