Jump to content

QniunE

Members
  • Posts

    15
  • Joined

  • Last visited

4 Followers

About QniunE

  • Birthday 12/18/2000

Contact Methods

  • Nick SA:MP Blue
    Nu joc.

Profile Information

  • Gender
    Male
  • Location
    /find
  • Interests
    /Drink.

QniunE's Achievements

Noob

Noob (1/14)

1

Reputation

  1. Sallut,nu stiu cum sa bag baza de date pe host va rog ajutati-ma repede.
  2. Salut,eu sunt .xArM3NDo si astazi o sa va prezint modurile folosite de mine,sa incepem. Video: https://www.youtube.com/watch?v=ISMPXsxk5uQ&feature=youtu.be Nume MOD: Arme HD. Poze/Video: Este in video. Link download: http://www104.zippyshare.com/v/dvxiuc3x/file.html Instalare: il importati cu spark| Alcis IMG Nume MOD: Font Orange. Poze/Video: Este in video. Link download: http://www104.zippyshare.com/v/T7PV5paL/file.html Instalare: Va duceti in GTA SAN ANDREAS si il bagati in models. Nume MOD: Ped-ul. Poze/Video: Este in video. Link download: http://www104.zippyshare.com/v/12VLuwaT/file.html Instalare: Va duceti in GTA SAN ANDREAS si il bagati in anim. Nume MOD: hud.txd Poze/Video: Este in video. Link download: http://www104.zippyshare.com/v/7QeRcPlp/file.html Instalare: Va duceti in GTA SAN ANDREAS si il bagati in models. Nume MOD: Audio Poze/Video: Este in video. Link download: http://www77.zippyshare.com/v/KvXg0E5Q/file.html Instalare: Va duceti in GTA SAN ANDREAS si il adaugatiu acolo. Sper ca v-am ajutat, astept LIKE,SUBSCRIBE,COMMENT!
  3. QniunE

    Help me.

    baga de pe alt browser adresa.
  4. T/C!
  5. Salut,as dori si eu comanda /shop,am incercat s-o fac singur,dar nu a iesit bine deloc,nu m-am descurcat cu errori-le. asa,ca am apelat la voi, sa fie cu if.
  6. QniunE

    CMD:SV

    if(strcmp(cmd, "/spawnveh", true) == 0) { if(IsPlayerConnected(playerid)) { if (PlayerInfo[playerid][pAdmin] < 5) { SendClientMessage(playerid, COLOR_ORANGE, "DENIED: {FFFFFF}You are not authorized to use that command."); return 1; } tmp = strtok(cmdtext, idx); if(!strlen(tmp)) { SendClientMessage(playerid, COLOR_GRAD2, "USAGE: /spawnveh [carid] [color1] [color2]"); return 1; } new car; car = strval(tmp); if(car < 400 || car > 611) { SendClientMessage(playerid, COLOR_GREY, "Vehicle Number can't be below 400 or above 611 !"); return 1; } tmp = strtok(cmdtext, idx); if(!strlen(tmp)) { SendClientMessage(playerid, COLOR_GRAD2, "USAGE: /spawnveh [carid] [color1] [color2]"); return 1; } new color1; color1 = strval(tmp); if(color1 < 0 || color1 > 172) { SendClientMessage(playerid, COLOR_GREY, "Color Number can't be below 0 or above 172 !"); return 1; } tmp = strtok(cmdtext, idx); if(!strlen(tmp)) { SendClientMessage(playerid, COLOR_GRAD2, "USAGE: /spawnveh [carid] [color1] [color2]"); return 1; } new color2; color2 = strval(tmp); if(color2 < 0 || color2 > 126) { SendClientMessage(playerid, COLOR_GREY, "Color Number can't be below 0 or above 126 !"); return 1; } new Float:X,Float:Y,Float:Z; GetPlayerPos(playerid, X,Y,Z); new carid = CreateVehicle(car, X,Y,Z, 0.0, color1, color2, 60000); format(string, sizeof(string), "Vehicle %d spawned.", carid); SendClientMessage(playerid, COLOR_GREY, string); } return 1; } Sper ca te-am ajutat.
  7. Salut am o problema cu inc <zcmd> cand ma bag game numai merge nicio comanda absolut niciuna ce sa fac?
  8. Salut am incercat sa fac comanda /shop dar nu a iesit chiar atat de bine :) Command: if(strcmp(cmd, "/shop", true) == 0) { new string[128]; format(string, sizeof(string), "1 RP -1$\n Droguri -2$\n 10 ROB"); ShowPlayerDialog(playerid, dialogid, DIALOG_STYLE_LIST, "Shop", string, "Buy", "Close"); return 0; } C:\Users\Alex\Desktop\DX-RPG\gamemodes\DXRPG.pwn(58402) : error 010: invalid function or declaration C:\Users\Alex\Desktop\DX-RPG\gamemodes\DXRPG.pwn(58405) : error 021: symbol already defined: "format" C:\Users\Alex\Desktop\DX-RPG\gamemodes\DXRPG.pwn(58407) : error 010: invalid function or declaration
  9. Salut,eu am facut comanda shop(presupunem e buna) dar cand dau #include <zcmd> si #include <sscanf2> nu merge absolut nici-o comanda de pe server ce sa fac ? Comanda: CMD:shop(playerid, params[]) { new string[128]; format(string, sizeof(string), "1 RP -1$\n Droguri -2$\n 10 ROB"); ShowPlayerDialog(playerid, dialogid, DIALOG_STYLE_LIST, "Shop", string, "Buy", "Close"); return 1; } Salut,eu am facut comanda shop(presupunem e buna) dar cand dau #include <zcmd> si #include <sscanf2> nu merge absolut nici-o comanda de pe server ce sa fac ? Comanda: CMD:shop(playerid, params[]) { new string[128]; format(string, sizeof(string), "1 RP -1$\n Droguri -2$\n 10 ROB"); ShowPlayerDialog(playerid, dialogid, DIALOG_STYLE_LIST, "Shop", string, "Buy", "Close"); return 1; }
  10. Am incercat s-o fac dar cand dau #include <zcmd> si #include <sscanf2> numi merge absolut nimic uite comanda facut de mine: CMD:shop(playerid, params[]) { new string[128]; format(string, sizeof(string), "1 RP -1$\n Droguri -2$\n 10 ROB"); ShowPlayerDialog(playerid, dialogid, DIALOG_STYLE_LIST, "Shop", string, "Buy", "Close"); return 1; }
  11. Salut,as avea nevoie de comanda /shop pentru serverul meu sa inceapa gen asa: if(strcmp(cmd, "/shop", true) == 0) si asa mai departe.
  12. Salut,as avea nevoie de comanda /shop pentru serverul meu sa inceapa gen asa: if(strcmp(cmd, "/shop", true) == 0) si asa mai departe.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use. 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.

moduri samp