Jump to content

Recommended Posts

Posted

Salut! E o problema la baza de date, eu am urcat-o cum trebuie pe gamemode si pe host si tot doar ca atunci cand vreau sa ma loghez imi creez parola, imi zice sa o pun iara si cand o pun iara nu merge, zice ca mai am 2 incercari si dupa ma inchide. In baza de date nu se creeaza niciun user si nu stiu ce sa ii fac.

Posted

Nu merge /vipname... nu se updateaza niciunde, ori nu stiu eu sa o folosesc. Daca cineva stie sa rezolve chestia asta... pm pls habar n-am cum sa-l fac sa mearga

Posted
On 12/17/2018 at 8:30 PM, Puls.Zero said:

Sincer. Este un gamemode foarte frumos nu are buguri Bravo ! +1

:))

Ai nevoie de ajutor in scripting si nu ai bani? Te pot ajuta cu mare drag. Dar asta nu inseamna sa iti lucrez un Sistem de joc complet, daca ai nevoie de ajutor ma poti contacta pe Discord.ezgif-2-3a38433e2465.gif.9283810e304f5e405309769455e5e14b.gif

  • 3 months later...
Posted
14 hours ago, st0ry said:

am o problema, unde este mapping-ul de la ratele si vanatorii?

Cauta in gamemode.

Posted
1 hour ago, HartMon said:

Cauta in gamemode.

l am cautat si degeaba, am cautat coordonatele si degeaba.

Posted (edited)
3 minutes ago, st0ry said:

l am cautat si degeaba, am cautat coordonatele si degeaba.

Linia 22979, poti sa scoti si casa VLM ca ii usles foloseste obiecte si poate provoca crash celor cu pc-uri slabe

Sa cauti si RemoveObject poate a scos ceva pentru rate, si pentur casa VLM ii scos un bloc

Edited by HartMon
Posted
3 minutes ago, HartMon said:

Linia 22979, poti sa scoti si casa VLM ca ii usles foloseste obiecte si poate provoca crash celor cu pc-uri slabe

Sa cauti si RemoveObject poate a scos ceva pentru rate, si pentur casa VLM ii scos un bloc

mersi nu folosesc gm lui, aveam nevoie doar pt mapping ca imi era lene sa l fac

  • 5 months later...
Posted

C:\Program Files\Gamemode AngelZone\gamemodes\VLM.pwn(22351) : error 035: argument type mismatch (argument 1)
C:\Program Files\Gamemode AngelZone\gamemodes\VLM.pwn(22351) : error 029: invalid expression, assumed zero
C:\Program Files\Gamemode AngelZone\gamemodes\VLM.pwn(22351) : warning 215: expression has no effect
C:\Program Files\Gamemode AngelZone\gamemodes\VLM.pwn(22351) : error 017: undefined symbol "server_440"
C:\Program Files\Gamemode AngelZone\gamemodes\VLM.pwn(22351) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664              Copyright (c) 1997-2006, ITB CompuPhase


4 Errors.
 

Posted

C:\Program Files\Gamemode AngelZone\gamemodes\VLM.pwn(22351) : error 035: argument type mismatch (argument 1)
C:\Program Files\Gamemode AngelZone\gamemodes\VLM.pwn(22351) : error 029: invalid expression, assumed zero
C:\Program Files\Gamemode AngelZone\gamemodes\VLM.pwn(22351) : warning 215: expression has no effect
C:\Program Files\Gamemode AngelZone\gamemodes\VLM.pwn(22351) : error 017: undefined symbol "server_440"
C:\Program Files\Gamemode AngelZone\gamemodes\VLM.pwn(22351) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664              Copyright (c) 1997-2006, ITB CompuPhase


4 Errors.
 

  • 7 months later...
  • 1 year later...
  • 2 months later...
Posted

Salut cum rezolv problema asta?

CMD:vipname(playerid, params[])
{
    if(GetPlayerState(playerid) != PLAYER_STATE_DRIVER && GetPlayerState(playerid) == PLAYER_STATE_PASSENGER) return SCM(playerid, COLOR_WHITE, "Nu esti intr-un vehicul.");
    new vehicleid = GetPlayerVehicleID(playerid);
    if(IsPlayerConnected(playerid))
    {
        if(PlayerInfo[IsAnOwnableCar(vehicleid)][pUpgrade] == 0)
        {
            new query[256],text[20],test[20];
            if(sscanf(params, "s[20]", text)) return SCM(playerid, COLOR_WHITE, "{FF0000}Usage: {FFFFFF}/vipname [Text]");
            if(strlen(text) > 20) return SendClientMessage(playerid, COLOR_WHITE, "Maximum 20 characters are allowed.");
               if(strlen(text) == 0) return 1;
            SetVipText(playerid, vehicleid);
            mysql_real_escape_string(text, test);
            mysql_format(SQL, query, sizeof(query), "UPDATE `cars` SET `Vip`='%s' WHERE `ID`='%d'", test, CarInfo[IsAnOwnableCar(vehicleid)]);
            mysql_tquery(SQL, query, "", "");
            format(query, sizeof(query), "Text pentru vehicul setat: %s", text);
            SendClientMessage(playerid, COLOR_ADMCOMMANDS, query);
        }
        else return SCM(playerid, COLOR_WHITE, "Poti folosi aceasta comanda doar pe vehicule VIP.");
    }
    return 1;
}

 

mi am pus vip pe masina si cand sa pun text zice Poti folosi aceasta comanda doar pe vehicule VIP

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • 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.