Im not doing what you all saying because i know it works without it,
Its not the } or the commas or nothing, Its the word gender,
It al works if i remove gender,
It might be the way i added gender throughout the code,
Il try change it ina bit, But atm, Anyone got any suggestions?
EDIT:
With Gender,
Код:
C:\Users\Torran\Desktop\tRoleplay\filterscripts\tadmin.pwn(33) : error 001: expected token: "-identifier-", but found "-integer value-"
Without gender,
Код:
That error disasppears but other errors are there because thats not there..
Atleast i think anyway, It just says somethng about AccountInfo and tag mismatch,
Код:
C:\Users\Torran\Desktop\tRoleplay\filterscripts\tadmin.pwn(179) : warning 213: tag mismatch
C:\Users\Torran\Desktop\tRoleplay\filterscripts\tadmin.pwn(179) : error 032: array index out of bounds (variable "AccountInfo")
C:\Users\Torran\Desktop\tRoleplay\filterscripts\tadmin.pwn(223) : warning 213: tag mismatch
C:\Users\Torran\Desktop\tRoleplay\filterscripts\tadmin.pwn(223) : error 032: array index out of bounds (variable "AccountInfo")
C:\Users\Torran\Desktop\tRoleplay\filterscripts\tadmin.pwn(283) : warning 213: tag mismatch
C:\Users\Torran\Desktop\tRoleplay\filterscripts\tadmin.pwn(283) : error 032: array index out of bounds (variable "AccountInfo")
C:\Users\Torran\Desktop\tRoleplay\filterscripts\tadmin.pwn(343) : warning 213: tag mismatch
C:\Users\Torran\Desktop\tRoleplay\filterscripts\tadmin.pwn(343) : error 032: array index out of bounds (variable "AccountInfo")
C:\Users\Torran\Desktop\tRoleplay\filterscripts\tadmin.pwn(369) : warning 213: tag mismatch
C:\Users\Torran\Desktop\tRoleplay\filterscripts\tadmin.pwn(369) : error 032: array index out of bounds (variable "AccountInfo")
C:\Users\Torran\Desktop\tRoleplay\filterscripts\tadmin.pwn(380) : warning 213: tag mismatch
C:\Users\Torran\Desktop\tRoleplay\filterscripts\tadmin.pwn(380) : error 032: array index out of bounds (variable "AccountInfo")
C:\Users\Torran\Desktop\tRoleplay\filterscripts\tadmin.pwn(400) : warning 213: tag mismatch
C:\Users\Torran\Desktop\tRoleplay\filterscripts\tadmin.pwn(400) : error 032: array index out of bounds (variable "AccountInfo")
C:\Users\Torran\Desktop\tRoleplay\filterscripts\tadmin.pwn(498) : warning 213: tag mismatch
C:\Users\Torran\Desktop\tRoleplay\filterscripts\tadmin.pwn(498) : error 032: array index out of bounds (variable "AccountInfo")
C:\Users\Torran\Desktop\tRoleplay\filterscripts\tadmin.pwn(520) : warning 213: tag mismatch
C:\Users\Torran\Desktop\tRoleplay\filterscripts\tadmin.pwn(520) : error 032: array index out of bounds (variable "AccountInfo")
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
9 Errors.
I think i had them when gender was there too