Jump to content

gogoaxel

Membru
  • Posts

    49
  • Joined

  • Last visited

Recent Profile Visitors

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

gogoaxel's Achievements

Enthusiast

Enthusiast (6/14)

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

Recent Badges

0

Reputation

  1. Poftim. [pawn]case 1: { strcat( string, "{00C0FF}Andromada\nAT-400\n{00C0FF}Beagle\nCropduster\n\ {00C0FF}Dodo\n{00C0FF}Hydra\n{00C0FF}Nevada\n"); strcat( string, "{00C0FF}Rustler\n{00C0FF}Shamal\n\ {00C0FF}Skimmer\n{00C0FF}Stuntplane\n{00C0FF}Back\n"); ShowPlayerDialog(playerid, 3435, DIALOG_STYLE_LIST,"{FF6600}Aeroplane",string,"Select","Cancel"); }[/pawn] Cu placere
  2. cu un timer de 3 ore
  3. Liniile sunt prea lungi incearca sa le faci cu strcat
  4. Am intrebarea urmatoare in cap Se poate face conexiunea MySQL la baza de date de pe un alt vps? Exemplu: Eu am host cumparat si cei de la host nu vor sa imi rezolve problema cu baza de date , si eu am un vps care e putin cam ocupat cu servere,da intrebarea mea e daca pot face conexiunea de la host la vps. Daca se poate ziceti-mi cum , ca am incercat
  5. Variabila "idx" este deja definita mai sus (#define idx blah / new idx;)
  6. Bun tutorial
  7. Serios? si te mai intrebi... Cauta interiorul in care vrei sa il bage 0 = cu exterior
  8. [pawn]CMD:withdraw(playerid, params[]) { new string[256]; if(PlayerInfo[playerid][pExp] < 4) return SendClientMessage(playerid, COLOR_GRAD1, "4 Respect Points pentru a folosi comanda !"); if(PlayerInfo[playerid][pLocal] == 103) { if(sscanf(params, "i", withdraw)) { SendClientMessage(playerid, COLOR_ORANGE, "{F97804}USAGE:{B4B5B7}{FFFFFF} /withdraw [amount]"); format(string, sizeof(string), "You Have %s in your account.", FormatMoney(PlayerInfo[playerid][pAccount])); SendClientMessage(playerid, COLOR_GRAD3, string); return 1; } if (withdraw > PlayerInfo[playerid][pAccount] || withdraw < 1) { SendClientMessage(playerid, COLOR_GRAD1, "You dont have that much."); return 1; } ConsumingMoney[playerid] = 1; PlayerInfo[playerid][pCash] = PlayerInfo[playerid][pCash] + withdraw; PlayerInfo[playerid][pAccount]=PlayerInfo[playerid][pAccount]-withdraw; format(string, sizeof(string), "You Have Withdrawn %s from your account Total: %s ", FormatMoney(withdraw),FormatMoney(PlayerInfo[playerid][pAccount])); SendClientMessage(playerid, COLOR_YELLOW, string); } else if(PlayerToPoint(1.5, playerid, -1973.2712,117.3730,27.6875)) { if(sscanf(params, "i", withdraw)) { SendClientMessage(playerid, COLOR_ORANGE, "{F97804}USAGE:{B4B5B7}{FFFFFF} /withdraw [amount]"); format(string, sizeof(string), "You Have %s in your account.", FormatMoney(PlayerInfo[playerid][pAccount])); SendClientMessage(playerid, COLOR_GRAD3, string); return 1; } if (withdraw > PlayerInfo[playerid][pAccount] || withdraw < 1) { SendClientMessage(playerid, COLOR_GRAD1, "You dont have that much !"); return 1; } ConsumingMoney[playerid] = 1; PlayerInfo[playerid][pCash] = PlayerInfo[playerid][pCash] + withdraw; PlayerInfo[playerid][pAccount]=PlayerInfo[playerid][pAccount]-withdraw; format(string, sizeof(string), "You Have Withdrawn %s from your account Total: %s ", FormatMoney(withdraw),FormatMoney(PlayerInfo[playerid][pAccount])); SendClientMessage(playerid, COLOR_YELLOW, string); } else { SendClientMessage(playerid, COLOR_GRAD1, "You are not at the Bank / ATM !"); } return 1; } [/pawn] Poftim
  9. Trimitemi PM cu gamemode sa iti zic ce ai de facut
  10. tu ai pus 0 la vehicle id cum vrei sa iti mearga? si pune coordanate diferite la fiecare masina pt ca daca pui la aceasi coordonata o sa iti iasa un "rahat" Model [pawn]559,1098.566040,-1760.704101,13.078100,88.640098,1,1,Dealership,Jester,349000,,0,0[/pawn] cum ai vrut tu (559 este id de la jester)
  11. Ai macar un host cu mysql?
  12. Deci caut un "partener" care sa lucram la un gamemode pentru serverul pe care o sa il facem cine vrea sa ma contacteze PM. Da rog sa stie si PAWN ca sa lucram amandoi. Edit: Gamemode mysql
  13. Încearc? s? pui [pawn]return 1;[/pawn] în loc de [pawn]return 0;[/pawn]
  14. Daca filmez cum intru in joc de pe pc unui prieten imi dai mod???
  15. nu era sa modificat pentru ca eu am GTA V pe ps3 si e la fel cu ala . plus ca in ziua de azi gasesti tot piratat
×
×
  • 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.