Jump to content
  • 0

Ma ajutati si pe mine va rog?


Guest paduscha

Question

Guest paduscha

1.Cum creeze sleep system?

2.Cum fac comanada ai take guns si o pun la toate mafiile de pe sv meu?

3.Cum sa scot sa nu mi se vada playeri pe mini map?

Multumesc anticipat!!

Link to comment
Share on other sites

13 answers to this question

Recommended Posts

1.exprima-te mai bine

2.lucrez acum la ea,dar nu prea am timp

3.trebuie modificat din script culorile

Proiecte:

Hospital Interior-0%(neinceput)

Limo Interior-0%(inceput)

Bank Interior-0%(neinceput)

Bus Interior-0%(inceput)

Plane Interior-0%(neinceput)

Train Interior-0%(neinceput)

Boat Interior-95%(terminat,mici retusuri)

Mini-Scripturi care au fost publicate:

GPS System: http://forum.sa-mp.ro/filter-scripts-and-gamemodes/%28fs%29-gps-system/

Link to comment
Share on other sites

si nu poti adauga GivePlayerMoney(playerid, cat vrei sa ii ia?);

Proiecte:

Hospital Interior-0%(neinceput)

Limo Interior-0%(inceput)

Bank Interior-0%(neinceput)

Bus Interior-0%(inceput)

Plane Interior-0%(neinceput)

Train Interior-0%(neinceput)

Boat Interior-95%(terminat,mici retusuri)

Mini-Scripturi care au fost publicate:

GPS System: http://forum.sa-mp.ro/filter-scripts-and-gamemodes/%28fs%29-gps-system/

Link to comment
Share on other sites

Guest paduscha

am facut asa cum ai zis u si uite ce erori mia dat

D:\OriginalRulez.pwn(9586) : warning 217: loose indentation

D:\OriginalRulez.pwn(9659) : warning 217: loose indentation

D:\OriginalRulez.pwn(9660) : warning 217: loose indentation

D:\OriginalRulez.pwn(9821) : error 017: undefined symbol "cmd"

D:\OriginalRulez.pwn(9823) : error 017: undefined symbol "playerid"

D:\OriginalRulez.pwn(9825) : error 017: undefined symbol "playerid"

D:\OriginalRulez.pwn(9825) : warning 215: expression has no effect

D:\OriginalRulez.pwn(9825) : error 001: expected token: ";", but found "]"

D:\OriginalRulez.pwn(9825) : error 029: invalid expression, assumed zero

D:\OriginalRulez.pwn(9825) : fatal error 107: too many error messages on one line

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

6 Errors.

daca vrei sa ma ajuti baga id meu in lista:alex23grasuxxxl

Link to comment
Share on other sites

De ce da aceste erori :|

C:\Documents and Settings\Gaby\Desktop\Zonek RolePlay\gamemodes\gf.pwn(15667) : error 029: invalid expression, assumed zero

C:\Documents and Settings\Gaby\Desktop\Zonek RolePlay\gamemodes\gf.pwn(15667) : warning 215: expression has no effect

C:\Documents and Settings\Gaby\Desktop\Zonek RolePlay\gamemodes\gf.pwn(15667) : error 001: expected token: ";", but found "]"

C:\Documents and Settings\Gaby\Desktop\Zonek RolePlay\gamemodes\gf.pwn(15667) : error 029: invalid expression, assumed zero

C:\Documents and Settings\Gaby\Desktop\Zonek RolePlay\gamemodes\gf.pwn(15667) : fatal error 107: too many error messages on one line

Am pus asa:

if(strcmp(cmd, "/cabinet", true) == 0)

{

    if(IsPlayerConnected(playerid))

    {

if(PlayerInfo[playerid][pMember] == [2] || PlayerInfo[playerid][pLeader] == [2])

{

if(PlayerToPoint(5.0, playerid,1307.3610,-29.6294,1001.0339))

{

    SetPlayerHealth(playerid, 100.0);

GivePlayerWeapon(playerid, [24], [500]);

}

else

{

SendClientMessage(playerid, COLOR_GRAD2, "Sa iei cand ai nevoie");

return 1;

}

}

}

return 1;

}

Link to comment
Share on other sites

    if(strcmp(cmd, "/cabinet", true) == 0)
    {
        if(IsPlayerConnected(playerid))
        {
            if(PlayerInfo[playerid][pMember] == 2 || PlayerInfo[playerid][pLeader] == 2)
            {
                if(PlayerToPoint(5.0, playerid,1307.3610,-29.6294,1001.0339))
                {
                    SetPlayerHealth(playerid, 100.0);
                    GivePlayerWeapon(playerid, 24, 500);
                }
                else
                {
                    SendClientMessage(playerid, COLOR_GRAD2, "Sa iei cand ai nevoie");
                    return 1;
                }
            }
        }
        return 1;
    }

logo.png

ATENTIE!!! Nu imi trimiteti mesaje private care au legatura cu scriptingul. NU mai scriptez.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • 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.