What Do I need to Do?
#1

Код:
C:\Users\NUK3D\Desktop\Anal_RP.pwn(3936) : error 029: invalid expression, assumed zero
C:\Users\NUK3D\Desktop\Anal_RP.pwn(3966) : warning 225: unreachable code
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
What is this line?
Код:
 					if(dispatchtoggle == 1)
					{
						SendClientMessage(ra,COLOR_LIMEGREEN,string);
					}
					else
					{
					    if(PlayerInfo[ra][Dispatch] == 1)
					    {
							SendClientMessage(ra,COLOR_LIMEGREEN,string);
					    }

					}

			}
		}
		PlayerInfo[playerid][RobBank] = 0;
		return 1;
	}
	return 1;  //This is Line 3966
}
Reply


Messages In This Thread
What Do I need to Do? - by Nuk3d1nk - 06.05.2011, 18:41
Re: What Do I need to Do? - by admantis - 06.05.2011, 18:44
Re: What Do I need to Do? - by Nuk3d1nk - 08.05.2011, 19:55
Re: What Do I need to Do? - by MadeMan - 08.05.2011, 20:00
Re: What Do I need to Do? - by Combrad - 08.05.2011, 20:24

Forum Jump:


Users browsing this thread: 1 Guest(s)