Problem with allowing goto and not allowing it. HELP!
#3

Change this lines in goto:
pawn Код:
if (gotoa[id] == 1){
if (strlen(params))
{
id = strval(params);
To this:
pawn Код:
id = strval(params);
if (gotoa[id] == 1){
if (strlen(params))
{
Reply


Messages In This Thread
Problem with allowing goto and not allowing it. HELP! - by Tenpenny22 - 21.03.2010, 15:38
Re: Problem with allowing goto and not allowing it. HELP! - by Tenpenny22 - 29.04.2010, 20:44
Re: Problem with allowing goto and not allowing it. HELP! - by CAR - 29.04.2010, 20:51

Forum Jump:


Users browsing this thread: 2 Guest(s)