Szia.
Indítanod kell egy timert a kívánt intervallummal (1 óra / 2óra). Amikor lejár a timer akkor pedig \"kivégzed\" a parancsot, amit szeretnél.
http://wiki.sa-mp.com/wiki/SetTimer\" rel=\"external nofollow\">http://wiki.sa-mp.com/wiki/SetTimer
Indítanod kell egy timert a kívánt intervallummal (1 óra / 2óra). Amikor lejár a timer akkor pedig \"kivégzed\" a parancsot, amit szeretnél.
http://wiki.sa-mp.com/wiki/SetTimer\" rel=\"external nofollow\">http://wiki.sa-mp.com/wiki/SetTimer
SetTimer(\"Auto_Fuel\", 1 * 60 * 60, true); //1 órára van beállítva
forward Auto_Fuel();
public Auto_Fuel()
{
//ide jön az üzemanyag feltöltős kódod
}
