[FS] Simple Vehicle Spawner v1.0 -
Jochemd - 08.06.2010
Deprecated: You should not use this anymore, use
this in stead.
Re: [FS] Simple Vehicle Spawner v1.0 -
Assyria - 08.06.2010
Nice & simple, saves from boring work.
Re: [FS] Simple Vehicle Spawner v1.0 -
mads232 - 10.06.2010
WTF IS THE COMMAND
i cant find it
:P :P :P :P :P :P :P :P :P
Re: [FS] Simple Vehicle Spawner v1.0 -
TruServe - 10.06.2010
Looks good, it's nice to have this kind of thing on a freeroam/fun server when playing with friends. Simple & clean, great!
Re: [FS] Simple Vehicle Spawner v1.0 -
ricochetjr - 11.06.2010
Quote:
Originally Posted by mads232
|
Seriously, what is the command?
Re: [FS] Simple Vehicle Spawner v1.0 -
PBomb - 11.06.2010
I think its this /v
Quote:
#
public OnPlayerCommandText(playerid, cmdtext[])
{
dcmd(v,1,cmdtext);
return 0;
}
|
And good and Basic. TY. Im to lazy to right something like this
Correct me if im wrong!
Re: [FS] Simple Vehicle Spawner v1.0 -
ricochetjr - 13.06.2010
I was looking at that part of the code as well, maybe it's correct. I'll check it sooner or later. Thanks for the response.
Re: [FS] Simple Vehicle Spawner v1.0 -
Brian_Callahan - 15.06.2010
Quote:
Originally Posted by PBomb
I think its this /v
Quote:
#
public OnPlayerCommandText(playerid, cmdtext[])
{
dcmd(v,1,cmdtext);
return 0;
}
|
And good and Basic. TY. Im to lazy to right something like this
Correct me if im wrong!
|
that's what I thought too
/v doesn't seem to be the command though...
Re: [FS] Simple Vehicle Spawner v1.0 -
PBomb - 15.06.2010
it has to be /v
Код:
#
dcmd_v(playerid,params[])
{
pragma unused params
ShowPlayerDialog(playerid,DIALOG_VEHICLE,DIALOG_STYLE_LIST,".:: Vehicle Spawn Menu - Index","Fast Cars\nBoats\nBikes\nPlanes\nHelicopters\nSpecial","Open","Close");
SendClientMessage(playerid,0xB4B4B4FF,".:: Vehicle spawn menu opened - choose a tab!");
return 1;
}
Unless he go the script wrong
Re: [FS] Simple Vehicle Spawner v1.0 -
Jochemd - 15.06.2010
My script is correct? It worked fine to me before.
Re: [FS] Simple Vehicle Spawner v1.0 -
ricochetjr - 18.06.2010
I gave up on this, I was going to figure it out, but once I tried re-compiling it, it just decided to give me tons of errors. So, I gave up on looking for the command. Lol, maybe the owner of the script will come out and tell you?
Re: [FS] Simple Vehicle Spawner v1.0 -
hostler - 07.07.2010
its very easy, just type /v and a menu pops up -_-
Re: [FS] Simple Vehicle Spawner v1.0 -
Johny_James - 22.07.2010
it gives 26 errors at first,and at correction it gives 11...