Jump to content

G-Stefan

Members
  • Posts

    205
  • Joined

  • Last visited

About G-Stefan

  • Birthday 28/11/2000

Details

  • Gang
    Coding Land
  • Location
    Romania
  • Occupation
    Mta:Sa scripter
  • Interests
    Lua, c++,Mta

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

G-Stefan's Achievements

Chump

Chump (17/54)

1

Reputation

  1. Mulțumesc mult de răspuns, @Tekken,însă am o mică rugăminte:explică-mi te rog ce face fiecare chestie din fișierul '.fx' deoarece vreau să învăț să le fac singur.
  2. teleports = { ["lv"] = {x,y,z,int,dim},--x,y,z,int și dim trebuie completate de către tine ["ls"] = {x,y,z,int,dim} --etc,aici mai poți adăuga câte vrei tu } function teleportThePlayer(playerSource,command,location) if location then if teleports[location] then setElementPosition(playerSource,teleports[location][1],teleports[location][2],teleports[location][3]) else outputChatBox("[!]Locația introdusă nu este validă",playerSource,255,0,0,true) end else outputChatBox("[!]Sintaxa corectă este:/goto [Locație]",playerSource,255,0,0,true) end end addCommandHandler("goto",teleportThePlayer) --Script-ul nu este testat și s-ar putea să nu meargă --Dacă nu funcționează postează aici erorile din debugscript
  3. Nu vă înțeleg de ce spuneți câcaturi despre servere... Nu îți place, nu te juca! Spunând chestiile astea despre un server arată mediocritatea ta. Dacă nu îți place un server fă tu unul mai fain și atunci eu tac din gură. Să faci un server nu este așa simplu, mai ales să îl ții deschis ani (precum dany a făcut)
  4. Serverul va fi amânat ceva timp deoarece clasa a 10-a nu îmi permite să lucrez la ceva atât de complex M-am decis să fac un gm unic în România (nu rp) care să nu necesite atât de mult timp și care să atragă jucători (+ că acest gm o să mă ajute să mai învăț câte ceva până reușesc să mă apuc de rp) Am observat că deja sunt servere de rp în abundență așa că am ales să pun gm-ul unic în prim-plan Cine dorește să contribuie să mă contacteze pe Skype (galea.stefan) (îmi cer scuze pentru double-post)
  5. https://cit2.net/index.php?topic=141928.0 Citește aici, s-ar putea să te ajute
  6. Bine ai venit, Darius. Acest forum este dedicat comunității române de mtasa. Ne cerem scuze dar pentru această problemă va trebui să te duci pe forumul serverului pe care te joci
  7. dany.alex37 Salut dany,cum mai merge cu serverul?(Nota:Pe dany l-am intrebat asa ca nu i fa tu public ala)
  8. Dany poti sa-mi dai Skype-ul tau te rog? Vreau sa vorbesc ceva cu tine
  9. Mai imi aduc aminte cand Conquer si-a deschis TDL-ul (asa cred ca se numea, era race) si toti ne chinuiam sa facem harta sidez v1 sin nimeni nu reausea =))))
  10. Eu inca nu pot intelege cum faceti din orice post o cearta...Asa vreti sa ne ajutam unu pe altu,certandu-ne?
  11. Hello guys,Galea here After readig comments 'round here and i saw that most of you say that this section doesnt need a moderator because it is not active This section isnt active because there is nothing here to attract players to join the forum.Here is full of non-sense,unseful,mean,unhelpful topics & posts.How do you think a section like this will attract members? This section must be remade from scratch:topics should be deleted -new subforums (like Tutorials,Scripting,Community etc...) -the section rules must be updated -new,intresting,helpful and nice posts must be created After accomplishing these four processes ,with some help from the romanian servers owners,we shoud advertise the forum everywhere and belive me,new people will join I managed to get 2-3 new members for this section,alone!
  12. Salut,as fi bucuros sa te ajut cu serverul numai cu o mica conditie:Sa stii putin lua acolo cat sa poti edita si tu un script Daca esti interesat galea.stefan (skype)
  13. Asta e doar un exemplu, nu e un script, citeste care sunt întrebările
  14. I'm running a local server and i use G&T custom town I have some little problems with the custom objects 1.Every player except me can collide with every object. I can enter in some structure but other players cant 2.Sometimes invisible objects seems to appear and bugs starts to appear Things that might cause this bug 1.The town is far from gta-sa map I can delete sa map and move the town 2.Collisions doesnt work for me I can delete the map from downloaded resources folder 3.Map or custom obects doesn-t load as fast as needed I can set a timer to have a brake of 10 secs between Useful script? : addEventHandler("onClientResourceStart",root, function () for i, v in pairs (getElementsByType("object")) do setElementCollidableWith(localPlayer,v,true) setElementCollisionsEnabled(v,true) end ) Please give me some advices
  15. Am niste mici intrebari legate de lua & sqlite 1.Deci am baza asta de date: local conn = dbConect("sqlite","...") dbExec(conn,"CREATE TABE IF NOT EXISTS tableName (id INTEGER PRIMARY KEY AUTOINCREMENT,ceva TEXT)") Cand vreu sa fac asta ce pun la id sa se puna singur,nil? dbExec(conn,"INSERT INTO tableName (id,ceva) VALUES (?,?)",theId,something) 2.Cand fac asta local query =dbQuery(conn,"SELECT * FROM tableName") local result = dbPoll(query,-1) Result va fi o masa care va arata asa: result = {id1 = ceva1 ... } ceva1 este egal cu result.id1 , result[id1] sau amandoua?
×
×
  • Create New...