Jump to content

InceMan

Membru
  • Posts

    755
  • Joined

  • Last visited

  • Days Won

    42

Everything posted by InceMan

  1. In primul rand, nu exista Destroy3DTextLabel ci functia corecta nativa samp este: http://wiki.sa-mp.com/wiki/Delete3DTextLabel Insa, daca tu creezi 3d Text labels cu streamerul atunci foloseste functiile lui ca sa le stergi, respectiv DestroyDynamic3DTextLabel(DeadScris[playerid]); DeletePlayer3DTextLabel(playerid, DeadScris);
  2. este mai util sa il faci in varianta cum lam facut eu in ShowPlayerDialog if(strcmp(cmd, "/bonus", true) == 0) { if(IsPlayerConnected(playerid)) { if(PlayerInfo[playerid][pLevel] == 1) { PlayerInfo[playerid][pLevel] += 2; SetPlayerCash(playerid, 2000000); ShowPlayerDialog(playerid, 3354, DIALOG_STYLE_MSGBOX, "{ffffff}Server Bonus ", "{ffffff}Ai folosit comanda {00FFFF}/bonus{ffffff} si ai primit:\n {CCDEE0}Ai primit {00FA1D}3 LevelUP\n - {CCDEE0}Ai primit {FFA500}2.000.000{00FA1D}$$\n {00FFFF}- Daca doresti sa-ti iei o masian gratis {CE3D57}(/dealership)\n - Daca vrei sa-ti iei un job tasteaza {CE3D57}/job ! \n Nu uita sa citesti cateva dintre regulile serverului {CE3D57}/reguli !","{ffffff}Multumesc",""); } else { SendClientMessage(playerid, COLOR_GREY, " You can`t use this command at this time [Level 1] !"); } } return 1; }
  3. are foarte multe lucruri interesante in el pacat ca nu sunt bine organizate poate pe vitor sa revi cu un edit
  4. ok si care ar fi mai buna decat mysql_query ca multa lume nu stiu sau nu auzit de ea ?
  5. Life Commands v2.0:Description:This is a new shell that was created by me (Kazon).It is written in C++ to PluginInstallation:Need to register #include PHP Code: #include <LIFE-CMD> Examples of commands:Commands in LIFE:CMD written as in ZCMD, YCMD and other. PHP Code: LIFE:command(playerid, params[]) //(command) You command no slash (/) { // You code return true; } PHP Code: CMD:mycommand(playerid, params[]) //(mycommand) You command no slash (/) { return cmd::command(playerid, params); // So we call the command (/command) from the other command } CallBack's: PHP Code: public OnPlayerCommandCall(playerid, cmdtext[]) { //playerid - ID Player | cmdtext - You Command return true; } public OnPlayerCommandCall(playerid, cmdtext[]) - Called before using PHP Code: public OnPlayerCommandFinish(playerid, cmdtext[], success) { //playerid - ID Player | cmdtext - You Command | success - returns true or false, that is, whether there is a command or not return true; } public OnPlayerCommandFinish(playerid, cmdtext[], success) - Called after using the commandFunctions: PHP Code: CMD:command(playerid, params[]) // Create command LIFE:command(playerid, params[]) // Create command FCMD:command(playerid, params[]) // Create command FUSION:command(playerid, params[]) // Create command COMMAND:command(playerid, params[]) // Create command cmd::command(playerid, params); // Call command of the other command Speed Test:The tests were conducted over:RCMD - Romanius Command Engine ZCMD - Zeex Command Engine TCMD - Threaded Command Engine(Multithreading) LIFE:CMD - Life Command Engine(Multithreading)Dowload:LIFE:CMD (dll + so + inc) - Dowload* (Updated 20/03/2013)Speed Test - Dowload* (Updated 20/03/2013)Source - Dowload* (Updated 20/03/2013)
  6. cred ca la linia asta se refera format(stdlg[playerid], 800, "%s\n%s%s\t%s\t%s\t%s", stdlg[playerid], g_VehicleNames[Veh[playerid][Model]-400], Veh[playerid][vTax] == 0 ? ("") : (" ({BD0000}seized{FFFFFF})"), Veh[playerid][Lock] == 0 ? ("{00BA19}Unlocked") : ("{BD0000}Locked"), Veh[playerid][vSp] == 1 ? ("{BD0000}Despawned") : ("{00BA19}Spawned"), Veh[playerid][Class]);
  7. cred ca ii da eroarea asta [22:16:57] [debug] #0 003bad24 in public cmd_v (playerid=0, params[]=@009a88b8 "") at GM2017.pwn:23066 [22:16:57] [debug] #1 native CallLocalFunction () from samp03svr [22:16:57] [debug] #2 00000ac8 in public OnPlayerCommandText (playerid=0, cmdtext[]=@009a88ac "/v") at E:\Gamemode2017\pawno\include\zcmd.inc:92
  8. este un gamemod mai vechi care rula acu 5 ani daca nu ma insel este foarte bine organizat sper sa fie cum il stiam eu acu 5 ani, deci pentru cine vrea sa il cumpere il recomand !
  9. ai la OnPlayerDisconnect asta DespawnVeh(playerid);
  10. sau daca ai vrea sa faci in 2 butoane trebuie sa faci asa ShowPlayerDialog(playerid, DIALOG_TEST_ANDU, DIALOG_STYLE_INPUT, "Text 1", "Text 2", "Next", "Close");
  11. da asa este mai mult de 3 conturi nu poti sa adaugi poate pe serverele care nu au restrictie de ip-uri merge si 10 depinde de pc-ul respectiv.
  12. V-ați săturat ca sandboxie să consume așa mult din PC? V-ați săturat să tot folosiți Sandboxie? Atunci acest mod este soluția. Cum funcționează? Tot ce trebuie să faceți, e să vă conectați în game cu un nick, după, tot în același sa-mp, vă alegeți alt nick, și tot așa. Puteți să vă conectați ca no-liferii pe 20 de conturi . ATENȚIE.:Ultimul cont trebuie neapărat să conțină cont premium, altfel luați ''Server Closed The Connection''. Link de download :http://www.mediafire...es_bartekdvd.7z Sursa : Comunitatea rivală. Nu are viruși, dovadă.https://www.virustot...ysis/1393930256/ Dacă vă place, aș aprecia mult un +1.
  13. salut, ai putea sa faci un textdraw gen cum il am facut eu
  14. nu este il are doar autorul si la cei care lau cumparat
  15. ok daca nu doresti sa le postezi poti sa mile dai in privat!
  16. ok si -Sistem de event sumo / race / stunt unde sunt ?:))
  17. ok numai ca nu are in gm ce ai si prezentat tu -Sistem de event sumo / race / stunt - Sistem de /fapply
  18. Felicitari, pare interesant! pune si niste poze
  19. salut, uite aici un system postat de mine
  20. recomand, singura problema din cate am auzit este cu schimbarea locului spawn civil.
×
×
  • 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.