Guest User

Untitled

a guest
Dec 6th, 2018
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.36 KB | None | 0 0
  1. POMOC DRUGARI,POCETNIK SAM
  2. Problem(error/warning) : Ubacio sam Shomy-ev dinamyc org sistem pocetnik sam u skriptanju pa ako neko moze da pomogne ( IG )
  3. Deo Skripte :
  4. Pawno Code: [Izaberi]
  5. C:\Users\Dule\Desktop\Unicate Gaming v1.0.0\gamemodes\UGRPG.pwn(870) : error 021: symbol already defined: "pLider"
  6. C:\Users\Dule\Desktop\Unicate Gaming v1.0.0\gamemodes\UGRPG.pwn(1006) : warning 201: redefinition of constant/macro (symbol "ORG_FILE")
  7. C:\Users\Dule\Desktop\Unicate Gaming v1.0.0\gamemodes\UGRPG.pwn(1055) : error 021: symbol already defined: "OrgInfo"
  8. C:\Users\Dule\Desktop\Unicate Gaming v1.0.0\gamemodes\UGRPG.pwn(21425) : error 033: array must be indexed (variable "pClan")
  9. C:\Users\Dule\Desktop\Unicate Gaming v1.0.0\gamemodes\UGRPG.pwn(21426) : error 033: array must be indexed (variable "pLider")
  10. C:\Users\Dule\Desktop\Unicate Gaming v1.0.0\gamemodes\UGRPG.pwn(21444) : error 033: array must be indexed (variable "pClan")
  11. C:\Users\Dule\Desktop\Unicate Gaming v1.0.0\gamemodes\UGRPG.pwn(21447) : error 033: array must be indexed (variable "pClan")
  12. C:\Users\Dule\Desktop\Unicate Gaming v1.0.0\gamemodes\UGRPG.pwn(21452) : error 033: array must be indexed (variable "pLider")
  13. C:\Users\Dule\Desktop\Unicate Gaming v1.0.0\gamemodes\UGRPG.pwn(23761) : error 033: array must be indexed (variable "pClan")
  14. C:\Users\Dule\Desktop\Unicate Gaming v1.0.0\gamemodes\UGRPG.pwn(23767) : error 033: array must be indexed (variable "pClan")
  15. C:\Users\Dule\Desktop\Unicate Gaming v1.0.0\gamemodes\UGRPG.pwn(24000) : error 033: array must be indexed (variable "pLider")
  16. C:\Users\Dule\Desktop\Unicate Gaming v1.0.0\gamemodes\UGRPG.pwn(24001) : error 033: array must be indexed (variable "pClan")
  17. C:\Users\Dule\Desktop\Unicate Gaming v1.0.0\gamemodes\UGRPG.pwn(24002) : error 033: array must be indexed (variable "pRank")
  18. C:\Users\Dule\Desktop\Unicate Gaming v1.0.0\gamemodes\UGRPG.pwn(25891) : error 033: array must be indexed (variable "pClan")
  19. C:\Users\Dule\Desktop\Unicate Gaming v1.0.0\gamemodes\UGRPG.pwn(26058) : error 033: array must be indexed (variable "pLider")
  20. C:\Users\Dule\Desktop\Unicate Gaming v1.0.0\gamemodes\UGRPG.pwn(26074) : error 033: array must be indexed (variable "pLider")
  21. C:\Users\Dule\Desktop\Unicate Gaming v1.0.0\gamemodes\UGRPG.pwn(26125) : error 033: array must be indexed (variable "pLider")
  22. C:\Users\Dule\Desktop\Unicate Gaming v1.0.0\gamemodes\UGRPG.pwn(26134) : error 033: array must be indexed (variable "pLider")
  23. C:\Users\Dule\Desktop\Unicate Gaming v1.0.0\gamemodes\UGRPG.pwn(26140) : error 033: array must be indexed (variable "pLider")
  24. C:\Users\Dule\Desktop\Unicate Gaming v1.0.0\gamemodes\UGRPG.pwn(26147) : error 033: array must be indexed (variable "pLider")
  25. C:\Users\Dule\Desktop\Unicate Gaming v1.0.0\gamemodes\UGRPG.pwn(26152) : error 033: array must be indexed (variable "pLider")
  26. C:\Users\Dule\Desktop\Unicate Gaming v1.0.0\gamemodes\UGRPG.pwn(26157) : error 033: array must be indexed (variable "pLider")
  27. C:\Users\Dule\Desktop\Unicate Gaming v1.0.0\gamemodes\UGRPG.pwn(26165) : error 033: array must be indexed (variable "pLider")
  28. C:\Users\Dule\Desktop\Unicate Gaming v1.0.0\gamemodes\UGRPG.pwn(26174) : error 033: array must be indexed (variable "pLider")
  29. C:\Users\Dule\Desktop\Unicate Gaming v1.0.0\gamemodes\UGRPG.pwn(26181) : error 033: array must be indexed (variable "pLider")
  30. C:\Users\Dule\Desktop\Unicate Gaming v1.0.0\gamemodes\UGRPG.pwn(26188) : error 033: array must be indexed (variable "pLider")
  31. C:\Users\Dule\Desktop\Unicate Gaming v1.0.0\gamemodes\UGRPG.pwn(26195) : error 033: array must be indexed (variable "pLider")
  32.  
  33. Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
  34.  
  35.  
  36. 26 Errors.
  37.  
  38. Pawno Code: [Izaberi]
  39. 870 pLider,
  40. 1006 #define ORG_FILE "Server/OrgPodesavanja.ini
  41. 1055 new OrgInfo[Org];
  42. 21425 new clan = PlayerInfo[playerid][pClan];
  43. 21426 new lider = PlayerInfo[playerid][pLider];
  44. 21444 if(PlayerInfo[playerid][pClan] > 0)"
  45. 21447 SendFamilyMessage(PlayerInfo[playerid][pClan],-1,string);
  46. 21452 SendFamilyMessage(PlayerInfo[playerid][pLider],-1,string);
  47. 23761 if(PlayerInfo[playerid][pClan] > 0)
  48. 23767 SendFamilyMessage(PlayerInfo[playerid][pClan],-1,karinica);
  49. 24000 PlayerInfo[playerid][pLider] = 0;
  50. 24001 PlayerInfo[playerid][pClan] = 0;
  51. 24002 PlayerInfo[playerid][pRank] = 0;
  52. 25891 if(PlayerInfo[playerid][pNarucen] == 1 && (PlayerInfo[killerid][pClan] == 10 || PlayerInfo[killerid][pLider] == 10))
  53. 26058 if(PlayerInfo[killerid][pLider] >= 1)
  54. 26074 if(PlayerInfo[killerid][pLider] >= 1)
  55. 26125 if(PlayerInfo[playerid][pLider] == 1 || PlayerInfo[playerid][pClan] == 1)
  56. 26134 else if(PlayerInfo[playerid][pLider] == 2 || PlayerInfo[playerid][pClan] == 2)
  57. 26140 else if(PlayerInfo[playerid][pLider] == 3 || PlayerInfo[playerid][pClan] == 3)
  58. 26147 else if(PlayerInfo[playerid][pLider] == 4 || PlayerInfo[playerid][pClan] == 4)
  59. 26152 else if(PlayerInfo[playerid][pLider] == 5 || PlayerInfo[playerid][pClan] == 5)
  60. 26157 else if(PlayerInfo[playerid][pLider] == 6 || PlayerInfo[playerid][pClan] == 6)
  61. 26165 else if(PlayerInfo[playerid][pLider] == 7 || PlayerInfo[playerid][pClan] == 7)
  62. 26174 else if(PlayerInfo[playerid][pLider] == 8 || PlayerInfo[playerid][pClan] == 8)
  63. 26181 else if(PlayerInfo[playerid][pLider] == 9 || PlayerInfo[playerid][pClan] == 9)
  64. 26188 else if(PlayerInfo[playerid][pLider] == 10 || PlayerInfo[playerid][pClan] == 10)
  65. 26195 else if(PlayerInfo[playerid][pLider] == 11 || PlayerInfo[playerid][pClan] == 11)
Advertisement
Add Comment
Please, Sign In to add comment