warning 225: unreachable code
#1

code:-
Quote:

37public OnPlayerConnect(playerid)
38{
39 GameTextForPlayer(playerid,"~w~RRMG",5000,5);
40 return 1;
41 GameTextForPlayer(playerid,"~w~Please use /register",5000,5);
42 return 1;
43}

error:-
Quote:

(41) : warning 225: unreachable code

plz help
Reply
#2

PHP код:
public OnPlayerConnect(playerid)
{
    
GameTextForPlayer(playerid,"~w~[]RRMG[] Please use /register",5000,5);
    return 
1;

You can't use return 1; and gametext 2 times when the player connect.
Reply
#3

thanks for your help it solved it
Reply
#4

Quote:
Originally Posted by rojrocks
Посмотреть сообщение
thanks for your help it solved it
No problem.
Reply
#5

+rep
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)