[AJUDA]portao automatico - array13 - 02.09.2011
Olб eu estou a fazer 1 moving object pareзido como no tutorial.
e estou tendo estes erros:
PHP код:
C:\Documents and Settings\kikito.KIKITO-PC\Ambiente de trabalho\tb\tb.pwn(89) : error 001: expected token: "*then", but found ";"
C:\Documents and Settings\kikito.KIKITO-PC\Ambiente de trabalho\tb\tb.pwn(89) : error 036: empty statement
C:\Documents and Settings\kikito.KIKITO-PC\Ambiente de trabalho\tb\tb.pwn(93) : error 001: expected token: "*then", but found ":"
C:\Documents and Settings\kikito.KIKITO-PC\Ambiente de trabalho\tb\tb.pwn(93) : error 029: invalid expression, assumed zero
Linhas:
PHP код:
if IsPlayerInRangeOfPoint(playerid, 20, 2375.20, -2657.95, 12.69, 2);
else if IsPlayerInRangeOfPoint(playerid, 20, 2375.20, -2657.95, 12.69, 2):
Й so os unicos erros no meu filterscript.
Re: [AJUDA]portao automatico -
CJoao - 02.09.2011
Mostras as linhas 75 e 100
Re: [AJUDA]portao automatico - array13 - 02.09.2011
PHP код:
este й o command:
COMMAND:abrirportao(playerid, params[])
{
new name[24];
GetPlayerName(playerid, name, sizeof(name));
if(strcmp("[TB]", name, true) == 0)
{
if IsPlayerInRangeOfPoint(playerid, 20, 2375.20, -2657.95, 12.69, 2.0);
MoveObject(gate1, 2375.2000, -2657.9500, 12.6900, 2.0);
SendClientMessage(playerid, 0xFF8000FF, "O portгo esta agora aberto :D.");
}
else if IsPlayerInRangeOfPoint(playerid, 20, 2375.20, -2657.95, 12.69, 2.0):
MoveObject(gate2, 2375.2000, -2657.9500, 12.6900, 2.0);
SendClientMessage(playerid, 0xFF8000FF, "O portгo esta agora aberto :D.");
100 --> return 1;
}
linha 75 = return 1;
Re: [AJUDA]portao automatico -
CJoao - 02.09.2011
Код:
dcmd_abrirportao(playerid, params[])
{
new name[24];
GetPlayerName(playerid, name, sizeof(name));
if(strcmp("[TB]", name, true) == 0)
{
if(IsPlayerInRangeOfPoint(playerid, 20, 2375.20, -2657.95, 12.69, 2.0))
MoveObject(gate1, 2375.2000, -2657.9500, 12.6900, 2.0);
SendClientMessage(playerid, 0xFF8000FF, "O portгo esta agora aberto :D.");
}
else
if(IsPlayerInRangeOfPoint(playerid, 20, 2375.20, -2657.95, 12.69, 2.0))
MoveObject(gate2, 2375.2000, -2657.9500, 12.6900, 2.0);
SendClientMessage(playerid, 0xFF8000FF, "O portгo esta agora aberto :D.");
return 1;
}
tenta isso!
Re: [AJUDA]portao automatico - array13 - 02.09.2011
Continuo com os mesmo erros :S
Re: [AJUDA]portao automatico -
FireCat - 02.09.2011
Nгo queres dizer
pawn Код:
COMMAND:abrirportao(playerid, params[])
{
new name[24];
GetPlayerName(playerid, name, sizeof(name));
if(strcmp("[TB]", name, true) == 0)
{
if(IsPlayerInRangeOfPoint(playerid, 20, 2375.20, -2657.95, 12.69))
{
MoveObject(gate1, 2375.2000, -2657.9500, 12.6900, 2.0);
SendClientMessage(playerid, 0xFF8000FF, "O portгo esta agora aberto :D.");
}
else if(IsPlayerInRangeOfPoint(playerid, 20, 2375.20, -2657.95, 12.69))
{
MoveObject(gate2, 2375.2000, -2657.9500, 12.6900, 2.0);
SendClientMessage(playerid, 0xFF8000FF, "O portгo esta agora aberto :D.");
}
}
return 1;
}
Re: [AJUDA]portao automatico - array13 - 02.09.2011
^^
Esta a trablhar agora firecat...REP for you
Re: [AJUDA]portao automatico -
FireCat - 02.09.2011
Np :b
Re: [AJUDA]portao automatico -
Pharrel - 02.09.2011
@Off sу pra dizer q sendo 06:48 a.m aqui no brasil й engraзado ver sу portugueses postando no forum...
Re: [AJUDA]portao automatico - array13 - 02.09.2011
//OFF XD