a little help
#1

can some one help with this error i dont understand a little about this

Код:
error 006: must be assigned to an array (x5)
Reply
#2

Show the line where this error occurs and +/- 5 lines around it
Reply
#3

case 0: AdmRank = "Basic Moderator";
case 1: AdmRank = "Moderator";
case 2: AdmRank = "Master Moderator";
case 3: AdmRank = "Administrator";
case 4: AdmRank = "Master Administrator";
Reply
#4

If you have this:
pawn Код:
new AdmRank;
Change it to this:
pawn Код:
new AdmRank[21];
Reply
#5

hey its work ty
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)