OnPlayerConnect Problem ???
#1

Heay I have a porblem with this { and } there is a mistake


Error:

Код:
C:\Users\Kerem\Desktop\UltimateFreeStyl\gamemodes\Reallife.pwn(73) : warning 225: unreachable code
C:\Users\Kerem\Desktop\UltimateFreeStyl\gamemodes\Reallife.pwn(79) : error 001: expected token: ";", but found "}"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
Код:
public OnPlayerConnect(playerid)
{
	ShowPlayerDialog(playerid,2,DIALOG_STYLE_INPUT,"Registrieren","Bitte gib das gewьnschte Password 
        ein.","Register","Abbrechen");
	return 1;
	
    {
	new name[256],string[256];
	GetPlayerName(playerid,name,sizeof(name));
	format(string,sizeof(string),"%s, Willkomen bei Black Revoltion Roleplay",name);
	SendClientMessage(playerid,GELB,string);
	return 1
    }
}
What is the Problem
Reply


Messages In This Thread
OnPlayerConnect Problem ??? - by AwokenNeoX - 03.11.2012, 20:43
AW: OnPlayerConnect Problem ??? - by Skimmer - 03.11.2012, 20:51
Re: OnPlayerConnect Problem ??? - by MrBlake - 03.11.2012, 20:53

Forum Jump:


Users browsing this thread: 1 Guest(s)