Jump to content

Mr_SkyRay

Membru
  • Posts

    14
  • Joined

  • Last visited

Posts posted by Mr_SkyRay

  1. Problema intalnita (descriere): problema de compilare
    Ero(area / rile) / warning-(ul / urile): 

    C:\Users\EfeX\Desktop\Roleplay.pwn(14) : error 017: undefined symbol "GetPlayerPos"
    C:\Users\EfeX\Desktop\Roleplay.pwn(14) : warning 215: expression has no effect
    C:\Users\EfeX\Desktop\Roleplay.pwn(14) : warning 215: expression has no effect
    C:\Users\EfeX\Desktop\Roleplay.pwn(14) : warning 215: expression has no effect
    C:\Users\EfeX\Desktop\Roleplay.pwn(14) : warning 215: expression has no effect
    C:\Users\EfeX\Desktop\Roleplay.pwn(14) : error 001: expected token: ";", but found ")"
    C:\Users\EfeX\Desktop\Roleplay.pwn(14) : error 029: invalid expression, assumed zero
    C:\Users\EfeX\Desktop\Roleplay.pwn(14) : 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.
    


    Liniile de cod / sursa / script-ul(obligatoriu): 

    PlayerToPoint(Float:radi, playerid, Float:x, Float:y, Float:z)
    {
        new Float:oldposx, Float:oldposy, Float:oldposz;
        new Float:tempposx, Float:tempposy, Float:tempposz;
        GetPlayerPos(playerid, oldposx, oldposy, oldposz);
        tempposx = (oldposx -x);
        tempposy = (oldposy -y);
        tempposz = (oldposz -z);
        if (((tempposx < radi) && (tempposx > -radi)) && ((tempposy < radi) && (tempposy > -radi)) && ((tempposz < radi) && (tempposz > -radi)))
        {
            return 1;
        }
        return 0;
    }


    Imagini / Video (optional): -
    Ati incercat sa rezolvati singur?:  da

  2. Problema intalnita (descriere): Cand compilez gamemode-ul imi apare eroarea: 
    Ero(area / rile) / warning-(ul / urile): error 017: undefined symbol "GetPlayerPos"
    Liniile de cod / sursa / script-ul(obligatoriu): 

    public Float:GetDistance(playerid, Float:x, Float:y)
    {
        new Float:oldposx, Float:oldposy, Float:oldposz;
        new Float:tempposx, Float:tempposy, Float:tempposz;
        GetPlayerPos(playerid, oldposx, oldposy, oldposz);
        tempposx = (oldposx -x);
        tempposy = (oldposy -y);
        tempposz = (oldposz -z);
        if (((tempposx < radi) && (tempposx > -radi)) && ((tempposy < radi) && (tempposy > -radi)) && ((tempposz < radi) && (tempposz > -radi)))
    {

     


    Imagini / Video (optional): -
    Ati incercat sa rezolvati singur?: Incerc sa rezolv asta de cam 2-3 zile.

    Mai am la inceputul gamemode-ului codul

    PlayerToPoint(Float:radi, playerid, Float:x, Float:y, Float:z)
    {
    new Float:oldposx, Float:oldposy, Float:oldposz;
    new Float:tempposx, Float:tempposy, Float:tempposz;
    GetPlayerPos(playerid, oldposx, oldposy, oldposz);
    tempposx = (oldposx -x);
    tempposy = (oldposy -y);
    tempposz = (oldposz -z);
    if (((tempposx < radi) && (tempposx > -radi)) && ((tempposy < radi) && (tempposy > -radi)) && ((tempposz < radi) && (tempposz > -radi)))
    {
    return 1;
    }
    return 0;
    }

    Si la acest cod am aceiasi eroare.

     

    P.S. Mi-au aparut aceste erori dupa ce am editat Checkpoint-uriile de la DMV

  3. Poziţie: Ipb
    Ce servicii pot oferi: Fac forum ipb cu categori cu tot si cu index + ofer webhosting cu tot unlimited
    Alte detalii: Fac comunitati ipb cu categori, index si ofer webhosting free celor care vor sa facem comunitate si au domeniu .com/.ro

  4. Acesta este gamemodeul official Romania Live Trucking.

    Este un gamemode trucking foarte frumos un edit de la ppc.

       Detalii: 16 clase:  Trucker, Buss Driver, Pilot, Police, Mafia, Courier, Assistance, Road Worker, Medic, FBY, Pizza Boy, Conducator Tren, Gunoier, Marinar, Taximetrist, Padurar

    10 levele admin

    3 vip

    Poze:

    Alegerea Clasei

     sa-mp-003.thumb.png.6bad0776a4fdf563c046

     

    Radare:

    sa-mp-002.thumb.png.11c0ec169b05918b7437

    /cmds

    sa-mp-004.thumb.png.ff7cef9556d61d65e5f3

    Restu vedeti in joc imi cer scuze e primul meu post si nu are o descriere de nota 10 :(

     

    Link: https://www.mediafire.com/?a6cvakyg91kaa4c       

    sa-mp-001.png

    sa-mp-005.png

    linK: https://www.mediafire.com/?a6cvakyg91kaa4c

    Scuzatimi descrierea slaba :(

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