07.04.2009, 15:28
Hello.
I'm using dudb system by DracoBlue,
again ,trying to make teams...
And the problem.
Firstly, i'm using this code :
then, i'm trying to define the pTeam :
But..
error 006: must be assigned to an array
How to make this shit working? :/
Thanks for help
I'm using dudb system by DracoBlue,
again ,trying to make teams...
And the problem.
Firstly, i'm using this code :
pawn Код:
enum pInfo {
money,
pTeam,
pLead,
jailed
}
new gPlayerData[MAX_PLAYERS][pInfo];
pawn Код:
gPlayerData[playerid][pTeam] = dUser("PlayerName(playerid)").("pTeam");
error 006: must be assigned to an array
How to make this shit working? :/
Thanks for help
