Jump to content

gabydemocray

Membru
  • Posts

    143
  • Joined

  • Last visited

    Never

Posts posted by gabydemocray

  1. Cand dau compile primesc aceste erorii

    F:\Gaby\Jocuri\xvcc\Replay\gamemodes\SainTs.pwn(1904) : error 017: undefined symbol "GivePlayerCash"
    F:\Gaby\Jocuri\xvcc\Replay\gamemodes\SainTs.pwn(1934) : error 017: undefined symbol "GivePlayerCash"
    F:\Gaby\Jocuri\xvcc\Replay\gamemodes\SainTs.pwn(2225) : error 004: function "SetPlayerToTeamColor" is not implemented
    F:\Gaby\Jocuri\xvcc\Replay\gamemodes\SainTs.pwn(2250) : error 004: function "SetPlayerToTeamColor" is not implemented
    F:\Gaby\Jocuri\xvcc\Replay\gamemodes\SainTs.pwn(2268) : error 004: function "SetPlayerCriminal" is not implemented
    F:\Gaby\Jocuri\xvcc\Replay\gamemodes\SainTs.pwn(2273) : error 004: function "SetPlayerCriminal" is not implemented
    F:\Gaby\Jocuri\xvcc\Replay\gamemodes\SainTs.pwn(2337) : error 004: function "PlayerToPoint" is not implemented
    F:\Gaby\Jocuri\xvcc\Replay\gamemodes\SainTs.pwn(2341) : error 004: function "PlayerToPoint" is not implemented
    F:\Gaby\Jocuri\xvcc\Replay\gamemodes\SainTs.pwn(2353) : error 004: function "PlayerToPoint" is not implemented
    F:\Gaby\Jocuri\xvcc\Replay\gamemodes\SainTs.pwn(2357) : error 004: function "PlayerToPoint" is not implemented
    F:\Gaby\Jocuri\xvcc\Replay\gamemodes\SainTs.pwn(2361) : error 004: function "PlayerToPoint" is not implemented
    F:\Gaby\Jocuri\xvcc\Replay\gamemodes\SainTs.pwn(2365) : error 004: function "PlayerToPoint" is not implemented
    F:\Gaby\Jocuri\xvcc\Replay\gamemodes\SainTs.pwn(2369) : error 004: function "PlayerToPoint" is not implemented
    F:\Gaby\Jocuri\xvcc\Replay\gamemodes\SainTs.pwn(2373) : error 004: function "PlayerToPoint" is not implemented
    F:\Gaby\Jocuri\xvcc\Replay\gamemodes\SainTs.pwn(2377) : error 004: function "PlayerToPoint" is not implemented
    F:\Gaby\Jocuri\xvcc\Replay\gamemodes\SainTs.pwn(2381) : error 004: function "PlayerToPoint" is not implemented
    F:\Gaby\Jocuri\xvcc\Replay\gamemodes\SainTs.pwn(2393) : error 004: function "PlayerToPoint" is not implemented
    F:\Gaby\Jocuri\xvcc\Replay\gamemodes\SainTs.pwn(2397) : error 004: function "PlayerToPoint" is not implemented
    F:\Gaby\Jocuri\xvcc\Replay\gamemodes\SainTs.pwn(2401) : error 004: function "PlayerToPoint" is not implemented
    F:\Gaby\Jocuri\xvcc\Replay\gamemodes\SainTs.pwn(2405) : error 004: function "PlayerToPoint" is not implemented
    F:\Gaby\Jocuri\xvcc\Replay\gamemodes\SainTs.pwn(2409) : error 004: function "PlayerToPoint" is not implemented
    F:\Gaby\Jocuri\xvcc\Replay\gamemodes\SainTs.pwn(2421) : error 004: function "PlayerToPoint" is not implemented
    F:\Gaby\Jocuri\xvcc\Replay\gamemodes\SainTs.pwn(2425) : error 004: function "PlayerToPoint" is not implemented
    F:\Gaby\Jocuri\xvcc\Replay\gamemodes\SainTs.pwn(2429) : error 004: function "PlayerToPoint" is not implemented
    F:\Gaby\Jocuri\xvcc\Replay\gamemodes\SainTs.pwn(2441) : error 004: function "PlayerToPoint" is not implemented
    F:\Gaby\Jocuri\xvcc\Replay\gamemodes\SainTs.pwn(2445) : error 004: function "PlayerToPoint" is not implemented
    
    Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright (c) 1997-2006, ITB CompuPhase
    
    
    26 Errors.
    

  2. 1/5 ! bagati mapa sa vedeti ce fel e.. acolo cum intra in inchisoare nici nu poti intra cu masina ca nu e la nivel , gardurile nus unite calumea ,poti evada fff.usor urcandute pe turnurile alea si sari in apa ..

  3. 31828148298596667867.png

    Astea sunte liniile la care dau erorile :

    7573:

    [pawn]if(newstate == PLAYER_STATE_PASSENGER) // TAXI & BUSSES[/pawn]

    12266:

    [pawn]for(new i = 0; i < sizeof(TurfInfo); i++)[/pawn]

    16009:

    [pawn]AttachObjectToVehicle (VehRadarID [vehid], vehid, 0.2, 0.50, 0.3, 0.0, 0.0, 90.0);[/pawn]

    16109:

    [pawn]if(strcmp(cmd, "/start", true) == 0)[/pawn]

  4. Am bagat Fs-ul in GM si imi dau erorile astea :

    31828148298596667867.png

    Astea sunte liniile la care dau erorile :

    7573:

    if(newstate == PLAYER_STATE_PASSENGER) // TAXI & BUSSES
    12266:
    for(new i = 0; i < sizeof(TurfInfo); i++)
    16009:
    AttachObjectToVehicle (VehRadarID [vehid], vehid, 0.2, 0.50, 0.3, 0.0, 0.0, 90.0);
    16109:
    if(strcmp(cmd, "/start", true) == 0)

  5. salut. cum fac ca ,cand pun radarul daca nu sunt membru PD,FBI.. sa nu il poata folosi celelalte persoane..si radarul sa mearga pus numai in masinile de politie

    Aceste sunt liniile.

    [pawn]public OnPlayerCommandText (playerid, cmdtext[])

    {

    if (!strcmp (cmdtext, "/placeradar"))

    {

    if (IsPlayerInAnyVehicle (playerid))

    {

        new vehid = GetPlayerVehicleID (playerid);

        if (VehRadarID [vehid] > -1) return 1;

       

                new Float: x, Float: y, Float: z, Float: a;

        GetVehiclePos (vehid, x, y, z);

        GetVehicleZAngle (vehid, a);

        SendClientMessage (playerid, COLOR_YELLOW, "Radar has been added successfully.");

        VehRadarID [vehid] = CreateObject (367, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 300.0);

        AttachObjectToVehicle (VehRadarID [vehid], vehid, 0.2, 0.50, 0.3, 0.0, 0.0, 90.0);

       

        for (new i = 0; i < MAX_PLAYERS; i++)

        {

            if (IsPlayerInVehicle (i, vehid))

            {

              TextDrawShowForPlayer (i, RadarHud);

    }

        }

      }

    return 1;

    }[/pawn]

  6. Salut am o problema cand vreau sa fac un GangZone.

    Urmez acest tutorial:http://www.sa-mp.ro/forum/index.php/topic,5493.0.html

    si imi dau erorile astea:

    [pawn]F:\Gaby\Jocuri\xvcc\Replay\pawno\include\streamer.inc(449) : warning 202: number of arguments does not match definition

    F:\Gaby\Jocuri\xvcc\Replay\gamemodes\SainTs.pwn(4123) : warning 209: function "OnPlayerSpawn" should return a value

    F:\Gaby\Jocuri\xvcc\Replay\gamemodes\SainTs.pwn(4124) : error 010: invalid function or declaration

    F:\Gaby\Jocuri\xvcc\Replay\gamemodes\SainTs.pwn(4127) : error 010: invalid function or declaration

    F:\Gaby\Jocuri\xvcc\Replay\gamemodes\SainTs.pwn(4131) : error 010: invalid function or declaration

    F:\Gaby\Jocuri\xvcc\Replay\gamemodes\SainTs.pwn(4136) : error 010: invalid function or declaration

    Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

    4 Errors.

    [/pawn]

    Liniile :

    4123: }

    4124: if(MapIconsShown[playerid] != 1)

      {

        MapIconsShown[playerid] = 1;

    4127 :  for(new i = 0; i < sizeof(BizzInfo); i++)

    {

      SetPlayerMapIcon(playerid,i + 1,BizzInfo[bEntranceX],BizzInfo[bEntranceY],BizzInfo[bEntranceZ],36,COLOR_LIGHTRED);

    }

    4131: for(new i = 0; i < sizeof(SBizzInfo); i++)

    {

        SetPlayerMapIcon(playerid,i + 20,SBizzInfo[sbEntranceX],SBizzInfo[sbEntranceY],SBizzInfo[sbEntranceZ],36,COLOR_LIGHTRED);

    }

    }

    4136:return 1;

    }

    EDIT!

  7. intra in scriptfile si cauta fisieru cu numele jucatorului ... si uita-te unde scrie Level=-999 in loc de level -999 modifica cu levelu care-l avea

    si scoate si din samp.ban ...

    poate asa-ti merge daca nu spune serveru asta al tau ce fisiere are si in fisieru user-ului da copy si dupaia da-i paste aici sa vedem si noi ...

    Merge Ms mult

  8. nu merge .. imi da asa :

    F:\Gaby\Jocuri\xvcc\Replay\gamemodes\SainTs.pwn(4118) : warning 209: function "OnPlayerSpawn" should return a value
    F:\Gaby\Jocuri\xvcc\Replay\gamemodes\SainTs.pwn(4119) : error 010: invalid function or declaration
    F:\Gaby\Jocuri\xvcc\Replay\gamemodes\SainTs.pwn(4122) : error 010: invalid function or declaration
    F:\Gaby\Jocuri\xvcc\Replay\gamemodes\SainTs.pwn(4126) : error 010: invalid function or declaration
    F:\Gaby\Jocuri\xvcc\Replay\gamemodes\SainTs.pwn(4131) : error 010: invalid function or declaration
    Pawn compiler 3.2.3664	 	 	Copyright (c) 1997-2006, ITB CompuPhase
    
    
    4 Errors.
    

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