New Type Menu instead typing command ..and if(strcmp(cmd, "/agoto(VIDEO) -
ArchAngel[RUS] - 16.08.2009
Now I writing script for samp(I am ArchAngel on PartyServer and my russian gamename Niro)
and for easy gameplay i wrote this menu
http://depositfiles.com/files/hett62ua5
niro090810
where
if(strcmp(cmd, "/agoto", true) == 0) i dont use more
i make
AddStockMenu(playerid,"GARAJ");
if (MacroCheck(playerid,"GARAJ"))
{
if(IsPlayerConnected(playerid))
{ RemoveStockMenu(playerid,"GARAJ");
.....
Re: New Type Menu instead typing command and if(strcmp(cmd, "/agoto", true) == 0 -
Google63 - 16.08.2009
.wmv is file extansion for Windows Media Player afaik;
use "zcmd" or "dcmd" for creating commands
Re: New Type Menu instead typing command and if(strcmp(cmd, "/agoto", true) == 0) -
kevinsoftware - 16.08.2009
ehh why the .wmv file :S
Re: New Type Menu instead typing command ..and if(strcmp(cmd, "/agoto in script -
ArchAngel[RUS] - 17.08.2009
[size=10pt]see the clip for understanding what about I talking.[/size]Its new type dynamic Menu in samp which i making manually.No use menu in samp.
Re: New Type Menu instead typing command and if(strcmp(cmd, "/agoto", true) == 0) -
ArchAngel[RUS] - 17.08.2009
I have not problem.I Show that i did!
May be in samp 0.x make same dynamic menu included.
Re: New Type Menu instead typing command ..and if(strcmp(cmd, "/agoto(VIDEO) -
paytas - 17.08.2009
So you have problem with your menu or what? Why you post this?
Re: New Type Menu instead typing command ..and if(strcmp(cmd, "/agoto(VIDEO) -
ArchAngel[RUS] - 17.08.2009
Quote:
Originally Posted by paytas
So you have problem with your menu or what? Why you post this?
|
why? I must to post here only for discuss script? I wanna show, may be other scripter use so idea, or next version samp will have inside so.
Re: New Type Menu instead typing command ..and if(strcmp(cmd, "/agoto(VIDEO) -
RayPoda - 17.08.2009
I'm a bit confused after reading this over and over to understand why this is posted here.
Re: New Type Menu instead typing command ..and if(strcmp(cmd, "/agoto(VIDEO) -
Googles - 17.08.2009
Cool Dude.
Re: New Type Menu instead typing command ..and if(strcmp(cmd, "/agoto(VIDEO) -
Joe Staff - 17.08.2009
It's a TextDraw that works like a menu by detecting a player's keys. I've seen similar work in Seif's 'American Dream' project and in my own work. I'm actually about to release an inventory system that uses this method instead of in-game standard menus.