/buygas and /sellgas - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: /buygas and /sellgas (
/showthread.php?tid=274583)
/buygas and /sellgas -
Sergikoh - 06.08.2011
Hello, I need the command /buygas and /sellgas please
Thanks!
Re: /buygas and /sellgas -
Elorreli - 06.08.2011
Okay
pawn Код:
if(strcmp(cmd, "/buygas", true) == 0)
{
return 1;
}
if(strcmp(cmd, "/sellgas", true) == 0)
{
return 1;
}
PS: Stupid questions gets stupid answers!
Respuesta: /buygas and /sellgas -
Sergikoh - 06.08.2011
Okay, sorry for not being explained well, I need the /sellgas and /buygas to buy gas and sell it for a server role, nose if I understand ...
Thanks!
Re: Respuesta: /buygas and /sellgas -
Elorreli - 06.08.2011
Quote:
Originally Posted by Sergikoh
Okay, sorry for not being explained well, I need the /sellgas and /buygas to buy gas and sell it for a server role, nose if I understand ...
Thanks!
|
What do you mean with gas? There's not like there is any native function for fuel in SA-MP vehicles, first you need to create a fuel system or similar.
Respuesta: /buygas and /sellgas -
Sergikoh - 06.08.2011
That's what I want, how you create the system of gas?
Re: /buygas and /sellgas -
=WoR=Varth - 06.08.2011
Search on FS section.
Re: /buygas and /sellgas -
Hurdehack - 16.08.2011
i understand you want some gas for cars