how can i fix
#1

my error is
Код:
C:\Users\Ryan\Desktop\World Wide RolePlay\gamemodes\WWRP.pwn(4448) : warning 225: unreachable code
C:\Users\Ryan\Desktop\World Wide RolePlay\gamemodes\WWRP.pwn(4448) : error 029: invalid expression, assumed zero
the script is
Код:
				{
					{
					    if(IsBIKEMADNESSactive == 1)
						{
            				SendClientMessage(playerid,RED,"There is all redey a group in the bike madness");
            				return 1;
				        }
				        if(IsPlayerInBikeMadness == 10)
				        {
				            return 1;
				        }
				        else
				        {
				            IsPlayerInBikeMadness += 1;
							return 1;
						}
						else // this is line 4448 here
						{
						    SendClientMessage(playerid,RED,"The Bike Madness Is full");
						    return 1;
						}
					}
				}
Reply


Messages In This Thread
how can i fix - by yarrum3 - 31.01.2011, 03:11
Re: how can i fix - by MMiz - 31.01.2011, 04:22
Re: how can i fix - by Steven Paul - 31.01.2011, 08:30

Forum Jump:


Users browsing this thread: 2 Guest(s)