Jump to content

|FlashGun|

Membru
  • Posts

    45
  • Joined

  • Last visited

Posts posted by |FlashGun|

  1. [pawn]if(strcmp(cmdtext, "/hm", true) == 0)

        {

        if(IsPlayerInRangeOfPoint(playerid, 217,403.6829,2466.3987,16.5062 || COORDONATE-NOI)) //aa

        {

            SetPlayerHealth(playerid, 100);

            SetPlayerArmour(playerid, 100);

            SendClientMessage(playerid,0xFE1209FF, "{FFFFFF}Viata la spawn adaugat !!");

        }

        else

        {

            SendClientMessage(playerid, 0xE60000FF, "Nu esti in zona de spawn!");

        }

        return 1;

    }[/pawn]

    Practic, adaugi

    [pawn] || COORDONATE-NOI[/pawn]

    dupa fiecare serie de coordonate, inlocuiesti tu coordonatele

    Bun, erorile erau de la server dar daca adaug asta, imi da warnings

    [pawn]C:\Documents and Settings\User\Desktop\New Folder\gamemodes\RO.pwn(1337) : warning 213: tag mismatch

    C:\Documents and Settings\User\Desktop\New Folder\gamemodes\RO.pwn(1337) : warning 202: number of arguments does not match definition

    C:\Documents and Settings\User\Desktop\New Folder\gamemodes\RO.pwn(1337) : warning 202: number of arguments does not match definition

    C:\Documents and Settings\User\Desktop\New Folder\gamemodes\RO.pwn(1337) : warning 202: number of arguments does not match definition

    Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

    4 Warnings.[/pawn]

    Linia este asta:

    [pawn]    if(IsPlayerInRangeOfPoint(playerid, 217,403.6829,2466.3987,16.5062 || 122,-2427.6863,1037.9819,50.3906)) //aa[/pawn]

  2. Alte erori..Cristi

    [pawn]D:\Cum invat scripting\servere\Romania Fantasy Stunt\gamemodes\RO.pwn(648) : error 029: invalid expression, assumed zero

    D:\Cum invat scripting\servere\Romania Fantasy Stunt\gamemodes\RO.pwn(648) : error 017: undefined symbol "cmd_hm"

    D:\Cum invat scripting\servere\Romania Fantasy Stunt\gamemodes\RO.pwn(648) : error 029: invalid expression, assumed zero

    D:\Cum invat scripting\servere\Romania Fantasy Stunt\gamemodes\RO.pwn(648) : fatal error 107: too many error messages on one line

    Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

    4 Errors.[/pawn]

    Linia 648 fiind aceasta:

    [pawn] CMD:hm(playerid, params[])[/pawn]

  3. Am pus ce ai zis tu si imi da erori

    [pawn]D:\de toate\SAMP\Romania Fantasy Stunt\gamemodes\RO.pwn(1152) : error 017: undefined symbol "GREEN"

    D:\de toate\SAMP\Romania Fantasy Stunt\gamemodes\RO.pwn(1167) : error 017: undefined symbol "GREEN"

    D:\de toate\SAMP\Romania Fantasy Stunt\gamemodes\RO.pwn(1260) : error 017: undefined symbol "VehicleName"

    D:\de toate\SAMP\Romania Fantasy Stunt\gamemodes\RO.pwn(1260) : error 001: expected token: ";", but found "]"

    D:\de toate\SAMP\Romania Fantasy Stunt\gamemodes\RO.pwn(1260) : error 029: invalid expression, assumed zero

    D:\de toate\SAMP\Romania Fantasy Stunt\gamemodes\RO.pwn(1260) : fatal error 107: too many error messages on one line

    Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

    6 Errors.

    [/pawn]

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