Jump to content

Gamemode AngelZone RPG


VLM

Recommended Posts

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

Link to comment
Share on other sites

  • 3 months later...
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
Link to comment
Share on other sites

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

Link to comment
Share on other sites

  • 5 months later...

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.
 

Link to comment
Share on other sites

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.
 

Link to comment
Share on other sites

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

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.