[FilterScript] [FS] Simple Vehicle Spawner v1.0
#1

Deprecated: You should not use this anymore, use this in stead.
Reply
#2

Nice & simple, saves from boring work.
Reply
#3

WTF IS THE COMMAND i cant find it


:P :P :P :P :P :P :P :P :P
Reply
#4

Looks good, it's nice to have this kind of thing on a freeroam/fun server when playing with friends. Simple & clean, great!
Reply
#5

Quote:
Originally Posted by mads232
WTF IS THE COMMAND i cant find it


:P :P :P :P :P :P :P :P :P
Seriously, what is the command?
Reply
#6

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!
Reply
#7

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.
Reply
#8

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...
Reply
#9

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
Reply
#10

My script is correct? It worked fine to me before.
Reply
#11

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?
Reply
#12

its very easy, just type /v and a menu pops up -_-
Reply
#13

it gives 26 errors at first,and at correction it gives 11...
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)