22.02.2014, 10:53
Hi.I have problem with compiling this code:
error:
pawn Код:
new ServerArea = 1;
public ChangeMode()
{
switch(ServerArea)
{
case 1: ServerArea = "Deathmatch"; //Line with error
}
return 1;
}
pawn Код:
error 006: must be assigned to an array