Jump to content
aepa1940

problema con este script

Recommended Posts

script error on npc/custom/aepa/DeathMatch.txt line 422
    parse_line: expected ';'
   417 :                                //build teams
   418 :                                set .teamCount, $maxDMMemberCount / 2;
   419 :                                //warp first char
   420 :                                announce "[Death Match] The fight begins!",bc_all,0xC3FF00;
   421 :                                set [email protected], 0;
*  422 :                                set [email protected], bg_create_team'('$deathMatchMap$,$warpPointRed[0],$warpPointRed[1]);
   423 :                                set [email protected], bg_create_team($deathMatchMap$,$warpPointBlue[0],$warpPointBlue[1]);
   424 :                                for(set [email protected],0; [email protected]<getarraysize([email protected]); set [email protected],[email protected]+1)
   425 :                                {
   426 :                                        if (attachrid([email protected][[email protected]]) == 1)
   427 :                                        {

lo revise pero sigue dando ese error espero q pudan ayudarme se lo agradecere

DeathMatch.txt

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.