Problem with mini-mode change
#2

You declare a variable as integer and in a public function, you're trying to set a text for it even if it's not an array.

pawn Код:
new ServerArea = 1;
new ServerAreaName[20];

public ChangeMode()
{
    switch(ServerArea)
    {
        case 1: ServerAreaName = "Deathmatch";
    }
    return 1;
}
Reply


Messages In This Thread
Problem with mini-mode change - by MrTinder - 22.02.2014, 10:53
Re: Problem with mini-mode change - by Konstantinos - 22.02.2014, 10:57
Re: Problem with mini-mode change - by LocMax - 22.02.2014, 10:57

Forum Jump:


Users browsing this thread: 3 Guest(s)