[Ajuda] error 030: compound statement not closed at the end of file (started at line 40)
#1

Bom, sou novato em pawno e quando estava compilando meu primeiro gm deu o erro "error 030: compound statement not closed at the end of file (started at line 40)"

Code do comeзo do codigo atй o fim

Код:
public OnPlayerCommandText(playerid, cmdtext[])
{

// TELE /academials

	if(strcmp(cmdtext,"/academials",true)==0)
	{
	SetPlayerPos(playerid,772.111999,-3.898649,1000.728820);
	SetPlayerInterior(playerid,5);
	GameTextForPlayer(playerid,"BIRL",4000,6);
	return 1;
	}

// TELE /academialv



	if(strcmp(cmdtext,"/academialv",true)==0)
	{
	SetPlayerPos(playerid,773.579956,-77.096694,1000.655029);
	SetPlayerInterior(playerid,7);
	GameTextForPlayer(playerid,"BIRL",4000,6);
	return 1;
	}

// TELE /academiasf

	if(strcmp(cmdtext,"/academiasf",true)==0)
	{
	SetPlayerPos(playerid,774.213989,-48.924297,1000.585937);
	SetPlayerInterior(playerid,6);
	GameTextForPlayer(playerid,"BIRL",4000,6);
	return 1;
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)