Jump to content

sk1ZoOr

Membru
  • Posts

    9
  • Joined

  • Last visited

Recent Profile Visitors

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

sk1ZoOr's Achievements

Apprentice

Apprentice (3/14)

  • First Post
  • Conversation Starter
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. Salut, fasst am nevoie de ajutor nu pot sa scot acest Text de la gift ma poate ajuta cineva cu indicatii? Multumesc mult ! GM : BURNED https://imgur.com/a/mg5hMCM
  2. Salut am facut comanda bonus si primesc aceste 2 erori, ma poate ajuta cineva sa le rezolv ? https://imgur.com/a/dOir8Az 32613 https://imgur.com/a/umWfRXL 32629 CMD:bonus(playerid, params[]) { if(PlayerInfo[playerid][pLevel] == 1) { GivePlayerCash(playerid, 10000000); PlayerInfo[playerid][pLevel] = 3; PlayerInfo[playerid][pPremiumPoints] = 300; PlayerInfo[playerid][pRob] = 20; PlayerInfo[playerid][pFlyLic] = 1; PlayerInfo[playerid][pFlyLicT] += 50; PlayerInfo[playerid][pFlyLicS] = 0; PlayerInfo[playerid][pBoatLic] = 1; PlayerInfo[playerid][pBoatLicT] += 50; PlayerInfo[playerid][pBoatLicS] = 0; PlayerInfo[playerid][pGunLic] = 1; PlayerInfo[playerid][pGunLicT] += 50; PlayerInfo[playerid][pGunLicS] = 0; new str[128]; format(str,128,"UPDATE users SET `FlyLic`='1',`FlyLicT`='%d',`FlyLicS`='0' WHERE `ID`='%d'",PlayerInfo[playerid][pFlyLicT],PlayerInfo[playerid][pSQLID]); mysql_query(SQL,str); format(str,128,"UPDATE users SET `BoatLic`='1',`BoatLicT`='%d',`BoatLicS`='0' WHERE `ID`='%d'",PlayerInfo[playerid][pBoatLicT],PlayerInfo[playerid][pSQLID]); mysql_query(SQL,str); format(str,128,"UPDATE users SET `GunLic`='1',`GunLicT`='%d', `GunLicS`='0' WHERE `ID`='%d'",PlayerInfo[playerid][pGunLicT],PlayerInfo[playerid][pSQLID]); mysql_query(SQL,str); SCM(playerid, COLOR_WHITE, "------------------------------------------------------------------"); SCM(playerid, COLOR_WHITE, "Pentru ca esti incepator, iti oferim cateva bonusuri:"); SCM(playerid, COLOR_GREEN, "(+) $10.000.000"); SCM(playerid, COLOR_GREEN, "(+) Levelul tau este 3"); SCM(playerid, COLOR_GREEN, "(+) 20 Rob Points"); SCM(playerid, COLOR_GREEN, "(+) 300 Premium Points"); SCM(playerid, COLOR_WHITE, "------------------------------------------------------------------"); } return 1; } C:\Users\GTX710Ti\Desktop\gm\gamemodes\1.31\wa-rpg.pwn(32613) : warning 217: loose indentation C:\Users\GTX710Ti\Desktop\gm\gamemodes\1.31\wa-rpg.pwn(32629) : warning 217: loose indentation Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase 2 Warnings. [Finished in 82.9s]
  3. Salutare am si eu o problema cu comanda /accept taxi folosesc gm-ul droom, problema este in felul urmator vreau sa fac in asa fel cand un taximetrist accepta o comanda sa ii apara cp cu locatia playerului. Si o alta problema nici comanda /cancel taxi nu exista .
  4. Trebuie sa faci conexiunea cu baza de date prala. Trebuie localhost root si numele bazei de date si trebuie sa ai xamp sa poti avea acces la phpmyadmin
  5. Dani esti atat de prost incat prin ceea ce ai spus, ma faci sa imi dau seama ca nu sti sa faci o conexiune cu baza de date si mai vii si cu duma ca ai primit extrem de multe erori.
  6. Ree am si eu nevoie de ajutor cum se da fondator am incercat din baza de date nimic, ce trebuie sa fac in gm , sa imi pot da fondator ?
  7. Ba frate, ajuta-ma si pe mine am incarcat baza de date pe phpmyadmin ce trebuie sa mai fac sa ma pot conecta pe server ca ma apuca toti dracii.
×
×
  • 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.