Jump to content
  • 0

Acolada sau altceva


NeaCristy

Question

Nick:NeaCristy

Problema:Am bagat luxadminul in gamemode si am un script neinchis sau altceva si nu gasesc

Erori / warnings:

[pawn]RRS.pwn(983) : error 017: undefined symbol "CreateHouses"

RRS.pwn(1894) : error 017: undefined symbol "SendConnect"

RRS.pwn(1899) : warning 217: loose indentation

RRS.pwn(1903) : warning 217: loose indentation

RRS.pwn(2022) : error 017: undefined symbol "SetPlayerMoney"

RRS.pwn(2029) : error 017: undefined symbol "ALoginSys"

RRS.pwn(2029) : error 017: undefined symbol "KSpreeTXD"

RRS.pwn(2029) : error 017: undefined symbol "RaceTDS"

RRS.pwn(2029) : fatal error 107: too many error messages on one line[/pawn]

Lini/script:LuxAdmin+gamemode

Ai incercat sa rezolvi singur ?:Da cu perl si GUI

MISSING BRACKET: The { bracket on line 7267 does not have a pair!
MISSING BRACKET: The { bracket on line 14190 does not have a pair!
MISSING BRACKET: The { bracket on line 14192 does not have a pair!
Result: 
Opening angle brackets ({): 5278 
Closing angle brackets (}): 5275 
3 angle brackets without pair! Fix it! 

7267

[pawn] if(listitem == 5)//Sapca

{

for(new i; i < 10; i++) RemovePlayerAttachedObject(playerid, i);

            SetPlayerAttachedObject(playerid, 0, 18939, 2, 0.147825, 0.010626, -0.004892, 0.000000, 0.000000, 0.000000, 1.000000, 1.000000, 1.000000 ); // CapBack1 - Sapca RuTeN

            }[/pawn]

14190 si 14192

[pawn]     else if(gettime() - vptime[playerid] == 3)

    {

        vtime = 2;

    }[/pawn]

8ffTNVU.png

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

Asta este scriptul corect la primul script postat de tine:

	if(listitem == 5)//Sapca
			{
				for(new i; i < 10; i++)
				{
					RemovePlayerAttachedObject(playerid, i);
				}
            	SetPlayerAttachedObject(playerid, 0, 18939, 2, 0.147825, 0.010626, -0.004892, 0.000000, 0.000000, 0.000000, 1.000000, 1.000000, 1.000000 ); // CapBack1 - Sapca RuTeN
            }

si la al doilea script chiar nu inteleg ce vrei sa faci acolo, ce ai vrut sa pui, ce vrea sa-ti dea detalieaza umpic pentru ca nu este  corect .

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • 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.