Jump to content

Jomes.

Membru
  • Posts

    102
  • Joined

  • Last visited

About Jomes.

  • Birthday May 5

Profile Information

  • Level of knowledge
    Mediu

Recent Profile Visitors

746 profile views

Jomes.'s Achievements

Enthusiast

Enthusiast (6/14)

  • First Post
  • Collaborator
  • Conversation Starter
  • Week One Done
  • One Month Later

Recent Badges

1

Reputation

8

Community Answers

  1. Denumeste masina. Exemplu: new CarTruck[MAX_VEHICLES]; CarTruck[playerid] = AddStaticVehicleEx (modelid, Float:spawn_x, Float:spawn_y, Float:spawn_z, Float:angle, color1, color2, respawn_delay, addsiren=0) SetVehicleParamsEx(CarTruck[playerid], 1, 0, 0, 1, 0, 0, 0); Functie: SetVehicleParamsEx(vehicleid, engine, lights, alarm, doors, bonnet, boot, objective) (vehicleid, engine, lights, alarm, doors, bonnet, boot, objective) vehicleid The ID of the vehicle to set the parameters of. engine Engine status. 0 - Off, 1 - On. lights Light status. 0 - Off, 1 - On. alarm Vehicle alarm status. If on, the alarm starts. 0 - Off, 1 - On. doors Door lock status. 0 - Unlocked, 1 - Locked. bonnet Bonnet (hood) status. 0 - Closed, 1 - Open. boot Boot/trunk status. 0 - Closed, 1 - Open. objective Toggle the objective arrow above the vehicle. 0 - Off, 1 - On.
  2. Din cate vad in scriptul tau dupa setarea varstei, te pune sa bagi email-ul ShowPlayerDialog(playerid, DIALOG_REGISTER4, DIALOG_STYLE_INPUT, "Email", "(ex: [email protected])", "ok", ""); In loc de "\" pune DIALOG_REGISTER4 si compileaza. if(dialogid == DIALOG_REGISTER4)
  3. Stiu si eu ca sunt asemenea servere... In primul rand nu am vazut pe nimeni sa-l intrebe unde vrea sa porneasca server-ul(host sau pc)... Chiar daca conexiunea se face dint-un include, tot din script pleaca tot... Nu vezi ca e paralel cu tot?
  4. Aroganta ta ma enerveaza... Esti moderator si nu stii sa pornesti un server? Conexiunea se face din script(http://imgur.com/i5sjlKR) nu din myacc.inc(http://imgur.com/i5sjlKR). Si depinde unde vrea sa-l porneasca.. Daca vrea pe localhost, trebuie pornit cu xampp sau wampserver. Daca el nu stie sa caute ceva in pawn, ma pot gandi la orice....
  5. Cauta(CTRL + F) in pawn "mysql_connect" si posteaza linia.
  6. Pune acest include in pawno > include http://www.mediafire.com/download/96x4835x688bcn5/New+folder+%282%29.rar
  7. Jomes.

    logs bug

    In baza de date nu ai acest tabel "flogs" $query = mysql_query("SELECT * FROM flogs WHERE faction ='$f' order by id desc"); while($row = mysql_fetch_array($query)):
  8. Poftim nenea. La prima linie lasi asa, adica daca aplicatiile sunt deschise(groupAplication == 1) sa iti arate " Inchide aplicatii ", iar daca sunt inchise(groupAplication == 0) sa-ti arate "Deschide aplicatii" <?php if($dnn['groupAplication']=="1") { ?> <li><a href="?X=<?=$udata['playerGroup']?>">Inchide aplicatii</a></li> <?php } ?> <?php if($dnn['groupAplication']=="0") { ?> <li><a href="?X2=<?=$udata['playerGroup']?>">Deschide aplicatii</a></li> Greseala din scriptul tau este urmatoarea <?php if($dnn['groupApplication']=="1") { ?> <li><a href="?X=<?=$udata['playerGroup']?>">Inchide aplicatii</a></li> <?php } ?> <?php if($dnn['groupApplication']=="1") { ?> treuie sa pui 0 <li><a href="?X2=<?=$udata['playerGroup']?>">Deschide aplicatii</a></li>
  9. In primul rand trebuie sa mai creezi alte 2 sloturi pentru acele masini si sa le poata ocupa doar daca are vip. De exemplu pPcarkey4 si pPcarkey5 vor fi noile sloturi pentru acele vehicule. Incearca sa te iei dupa una dintre ele.
  10. Iti zic sa definesti masinile ca sa nu se mai incurce id-urile.
  11. Nimic. Un multumesc e de ajuns. O seara buna!
  12. Poftim http://www.mediafire.com/download/96x4835x688bcn5/New+folder+%282%29.rar
  13. In server.cfg la pluings pui la fiecare .so
  14. Da-mi pm cu id-ul tau de Y!M si descarca TeamViewer vad ca esti paralel sa nu zic altfel.
  15. Inlocuieste "playerid" cu "i"
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.