SA-MP Forums Archive
how refuel my car pressing hotkeys?? - 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: how refuel my car pressing hotkeys?? (/showthread.php?tid=276138)



how refuel my car pressing hotkeys?? - UserName31 - 12.08.2011

hey i have been trying to long trying to find a script that can refuel your car when u are at the gas station
so is like a car fuel system but i want it not to do it a commands i want the when i am at fuel station i press (H)
to refuel my car?



Re: how refuel my car pressing hotkeys?? - MadeMan - 12.08.2011

Do you have the refuel system?


Re: how refuel my car pressing hotkeys?? - Riddick94 - 12.08.2011

if(IsPlayerInRangeOfPoint(playerid, 10.0, X, Y, Z)) - X, Y, Z of your gas station.

OnPlayerKeyStateChange..

Give us more code.


Re: how refuel my car pressing hotkeys?? - UserName31 - 12.08.2011

yeas i have the code here u go

here is the link:

http://pastebin.com/0tMBrTQm


Re: how refuel my car pressing hotkeys?? - Riddick94 - 12.08.2011

pawn Код:
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
{
    if(newkeys & YOUR_KEY)
    {
        OnPlayerCommandText("/refuel");
    }
    return true;
}



Re: how refuel my car pressing hotkeys?? - UserName31 - 12.08.2011

Quote:

C:\Users\Elvis_V\Desktop\Pwno Cops And Robbers Server!!\filterscripts\fuel.pwn(77) : error 054: unmatched closing brace ("}")
C:\Users\Elvis_V\Desktop\Pwno Cops And Robbers Server!!\filterscripts\fuel.pwn(83) : error 035: argument type mismatch (argument 1)
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


2 Errors.

that what i get plz help


Re: how refuel my car pressing hotkeys?? - Riddick94 - 12.08.2011

Oops..

Like that:
pawn Код:
OnPlayerCommandText(playerid, "/refuel");



Re: how refuel my car pressing hotkeys?? - UserName31 - 12.08.2011

how do i put the H key?


Re: how refuel my car pressing hotkeys?? - Riddick94 - 12.08.2011

https://sampwiki.blast.hk/wiki/GetPlayerKeys