09.08.2010, 17:15
Galera Tipo Criei Uma Base Admin No Meu GM .. Ai Tem O Portao Ele Deveria Abrir E Fechar Com O Comando ..
O Comando Que Criei E Assim :
------------------------------------------------------------------------------------------------
if (strcmp("/fechar-tpd", cmdtext, true, 10) == 0) {
{
MoveObject(980, -309.31048583984, 1322.5321044922, 56.019676208496, 0);
SendClientMessage(playerid, 0xF60000AA, "Portao Estб Fechando.");
return 1;
}
if (strcmp("/abrir-tpd", cmdtext, true, 10) == 0) {
{
MoveObject(980, -309.31048583984, 1322.5321044922, 50.269676208496, 0);
SendClientMessage(playerid, 0xF60000AA, "Portao Estб Abrindo.");
return 1;
}
------------------------------------------------------------------------------------------------
Apareceu 1 Error :
D:\Duany\Jogos\Samp R8\gamemodes\TPD.pwn(855) : warning 225: unreachable code
D:\Duany\Jogos\Samp R8\gamemodes\TPD.pwn(864) : warning 225: unreachable code
D:\Duany\Jogos\Samp R8\gamemodes\TPD.pwn(961) : error 030: compound statement not closed at the end of file (started at line 850)
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
------------------------------------------------------------------------------------------------
Como Resolver .. ? Obrigado Geral Que Me Ajuda
O Comando Que Criei E Assim :
------------------------------------------------------------------------------------------------
if (strcmp("/fechar-tpd", cmdtext, true, 10) == 0) {
{
MoveObject(980, -309.31048583984, 1322.5321044922, 56.019676208496, 0);
SendClientMessage(playerid, 0xF60000AA, "Portao Estб Fechando.");
return 1;
}
if (strcmp("/abrir-tpd", cmdtext, true, 10) == 0) {
{
MoveObject(980, -309.31048583984, 1322.5321044922, 50.269676208496, 0);
SendClientMessage(playerid, 0xF60000AA, "Portao Estб Abrindo.");
return 1;
}
------------------------------------------------------------------------------------------------
Apareceu 1 Error :
D:\Duany\Jogos\Samp R8\gamemodes\TPD.pwn(855) : warning 225: unreachable code
D:\Duany\Jogos\Samp R8\gamemodes\TPD.pwn(864) : warning 225: unreachable code
D:\Duany\Jogos\Samp R8\gamemodes\TPD.pwn(961) : error 030: compound statement not closed at the end of file (started at line 850)
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
------------------------------------------------------------------------------------------------
Como Resolver .. ? Obrigado Geral Que Me Ajuda