[Ajuda] Limitar um comando
#7

Quote:
Originally Posted by NascimentoRJ
Посмотреть сообщение
Код:
C:\Users\Leandro\Desktop\Servidor\gamemodes\GameMode.pwn(2846) : warning 217: loose indentation
C:\Users\Leandro\Desktop\Servidor\gamemodes\GameMode.pwn(2848) : error 029: invalid expression, assumed zero
C:\Users\Leandro\Desktop\Servidor\gamemodes\GameMode.pwn(2848) : error 001: expected token: ";", but found "{"
C:\Users\Leandro\Desktop\Servidor\gamemodes\GameMode.pwn(2852) : warning 217: loose indentation
C:\Users\Leandro\Desktop\Servidor\gamemodes\GameMode.pwn(2867) : error 030: compound statement not closed at the end of file (started at line 2262)
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


3 Errors.
Код:
static bool:Logado[MAX_PLAYERS];

public OnPlayerConnect(playerid){
	Logado[playerid] = false;
}

if(strcmp(cmdtext,"/tocarterror",true)==0){

	if(Logado[playerid] == true) return SendClientMessage(playerid, -1, "Vocк ja usou esse Comando!");

	new player[128];
	new tmp[128];
	GivePlayerWeapon(playerid,16,999);
	GetPlayerName(playerid,player,sizeof(player));
	format(tmp,sizeof(tmp),"ATENЗГO: O Player %s (%d) Ficou Doidгo Corram!",player,playerid);
	SendClientMessageToAll(VERMELHO,tmp);
	Logado[playerid] = true;
	return 1;
}
Reply


Messages In This Thread
Limitar um comando - by NascimentoRJ - 03.11.2015, 02:57
Re: Limitar um comando - by Artista - 03.11.2015, 03:07
Re: Limitar um comando - by Coringa_Vilao - 03.11.2015, 03:24
Re: Limitar um comando - by NascimentoRJ - 03.11.2015, 03:40
Re: Limitar um comando - by Coringa_Vilao - 03.11.2015, 03:42
Re: Limitar um comando - by NascimentoRJ - 03.11.2015, 03:54
Re: Limitar um comando - by Coringa_Vilao - 03.11.2015, 04:02
Re: Limitar um comando - by NascimentoRJ - 03.11.2015, 04:04
Re: Limitar um comando - by Coringa_Vilao - 03.11.2015, 04:05
Re: Limitar um comando - by Galhardo - 03.11.2015, 12:32

Forum Jump:


Users browsing this thread: 1 Guest(s)