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
#2

Are you using 2 else's,thats why it wont work
Reply
#3

please post your full code
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)