Jump to content

problema con este script


aepa1940

Recommended Posts


  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  50
  • Reputation:   0
  • Joined:  07/09/12
  • Last Seen:  

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 .@warped, 0;
*  422 :                                set $@redTeamId, bg_create_team'('$deathMatchMap$,$warpPointRed[0],$warpPointRed[1]);
   423 :                                set $@blueTeamId, bg_create_team($deathMatchMap$,$warpPointBlue[0],$warpPointBlue[1]);
   424 :                                for(set .@i,0; .@i<getarraysize($@DMMembers); set .@i,.@i+1)
   425 :                                {
   426 :                                        if (attachrid($@DMMembers[.@i]) == 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


  • Group:  Forum Moderator
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  832
  • Reputation:   317
  • Joined:  02/11/19
  • Last Seen:  

 

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