SA-MP Forums Archive
What's the code for this cmd? - 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: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: What's the code for this cmd? (/showthread.php?tid=451959)



What's the code for this cmd? - eastern - 19.07.2013

i want zcmd /vstorage i cannot make it please help(i want it full)


Re: What's the code for this cmd? - PaulDinam - 19.07.2013

Yeah here.

pawn Code:
CMD:vstorage(playerid, params[])
{
     return 1;
}



Re: What's the code for this cmd? - Verth - 19.07.2013

This is the correct usage, like PaulDinam said.

pawn Code:
CMD:vstorage(playerid, params[])
{
     /* Your command here */
     return 1;
}



Re: What's the code for this cmd? - eastern - 19.07.2013

thanks for joking


Re: What's the code for this cmd? - Areax - 19.07.2013

Quote:
Originally Posted by eastern
View Post
thanks for joking
I think, you are joking.. How can we know, what this command does?


Re: What's the code for this cmd? - arjanforgames - 19.07.2013

It's supposed to store vehicles so you can spawn them later with /vstorage?
Just guessing, tell me if i'm right.


Re: What's the code for this cmd? - JimmyCh - 19.07.2013

I think he wants to store businesses inside his trunk.
I'm sorry, but I can't find my magic guessing stick.

Can you, perhaps, tell us what this command does?


Re: What's the code for this cmd? - eastern - 20.07.2013

yes I want it to storage vehicles and unstorage them again ig