06.03.2014, 12:37
Here are all important lines:
so i get the tag missmatch error on the line where i want to set it to true
pawn Код:
Godmode[playerid][gOn] = true;
pawn Код:
enum godmodeinfo
{
Float:gHealth,
Float:gArmor,
Bool:gOn
}
new Godmode[MAX_PLAYERS][godmodeinfo];