Jump to content
  • 0

Erare ciudata(scuzati deranjul provocat)


Question

Posted

Dupa ce am vrut sa fac o comanda cu ZCMD(by ZEEX) am primit o singura eroare:

054 RFE 355 "unmatched closing brace ("}")"

Eu am 354 linii,nu 355 :|Am incercat sa sterg comenzile si imi da aceiasi eroare!Ce as putea face?

P.S:Stiu ca nu prea v-am ajutat,asa ca sper sa nu va deranjez :))

4 answers to this question

Recommended Posts

Posted

Io macar am mai ajutat playerii x)

COMANDA:

CMD:para(playerid,params[])
{   GivePlayerWeapon(playerid,46,9999);
    new Float:x,Float:y,Float:z;
	GetPlayerPos(playerid,x,y,z);
	SetPlayerPos(playerid,x,y,z+10);
	SendClientMessage(playerid,0x630066FF,"GO!GO!GO!");
	return 1;
}

Posted

CMD:para( playerid , params [ ] )

{

    #define SCM  SendClientMessage

    GivePlayerWeapon ( playerid , 46 , 9999 ) ;

    new

        Float:pos [ 3 ]

    ;

    GetPlayerPos ( playerid , pos [ 0 ] , pos [ 1 ] , pos [ 2 ] ) ;

    SetPlayerPos ( playerid , pos [ 0 ] , pos [ 1 ] , pos [ 2 ] + 10 ) ;

    SCM ( playerid , 0x630066FF , "GO!GO!GO!" ) ;

    return ( 1 ) ;

}

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.