Must be assigned to Array
#1

error 006: must be assigned to an array

(PlayerInfo[playerid][pAdminName] = newname); < There's the line

Could somebody help me fix this possibly over teamviewer?
Reply
#2

Post more code, we need to see.

enum
and any other variables used
Reply
#3

I dont want my code to get stolen/leaked, could someone teamviewer with me and help me fix it?
Reply
#4

Look, I need help...
PM me for teamviewer details
Skype > rossbysouth
Reply
#5

Quote:
Originally Posted by ExtremeReality
Посмотреть сообщение
I dont want my code to get stolen/leaked, could someone teamviewer with me and help me fix it?
What good is a small snippet of code to steal ?
Reply
#6

Well, I PM'ed you... Its a command I added and I dont want people to steal it or leak it
Im hoping to improve my server alot more then it already is
Reply
#7

pAdminName must be an array. I guess, in enum you did it like this.


pawn Код:
enum //..
{
    pAdminName
};
should be.

pawn Код:
enum //..
{
    pAdminName [24] // max player name length
};

or may be there is a no pAdminName in your enum.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)