2553.7996, -2186.4495, 1.6777
if(dialogid == IrParaGrove)
{
if(response)
{
if(listitem == 0)
{
SetPlayerInterior(playerid, 0);
SetPlayerPos(playerid, 2558.5005, -1559.7670, 13.8827);
SendClientMessage(playerid, COLOR_RED, "[ > ] Vocк se teletransportou para a Grove Street.");
return 1;
}
}
}
ShowPlayerDialog(playerid, IrParaGrove, DIALOG_STYLE_LIST, "Teleportes do Esgoto", "Grove Street", "Selecionar", "Sair");
public OnPlayerUpdate(playerid) {
if(IsPlayerInRangeOfPoint(playerid, 2.0 2553.7996, -2186.4495, 1.6777) && gettime() > GetPVarInt(playerid, "abrirDialog")) {
ShowPlayerDialog(playerid, IrParaGrove, DIALOG_STYLE_LIST, "Teleportes do Esgoto", "Grove Street", "Selecionar", "Sair");
SetPVarInt(playerid, "abrirDialog", gettime() + 15);
}
return 1;
}
if(IsPlayerInRangeOfPoint(playerid, 2.0 2553.7996, -2186.4495, 1.6777)
{
ShowPlayerDialog(playerid, IrParaGrove, DIALOG_STYLE_LIST, "Teleportes do Esgoto", "Grove Street", "Selecionar", "Sair");
}
C:\Documents and Settings\Vini\Desktop\LSA v1.0\gamemodes\zumbi.pwn(5486) : error 001: expected token: ",", but found "-rational value-" C:\Documents and Settings\Vini\Desktop\LSA v1.0\gamemodes\zumbi.pwn(5486) : warning 215: expression has no effect C:\Documents and Settings\Vini\Desktop\LSA v1.0\gamemodes\zumbi.pwn(5486) : warning 215: expression has no effect C:\Documents and Settings\Vini\Desktop\LSA v1.0\gamemodes\zumbi.pwn(5486) : warning 215: expression has no effect C:\Documents and Settings\Vini\Desktop\LSA v1.0\gamemodes\zumbi.pwn(5486) : error 001: expected token: ";", but found ")" C:\Documents and Settings\Vini\Desktop\LSA v1.0\gamemodes\zumbi.pwn(5486) : error 029: invalid expression, assumed zero C:\Documents and Settings\Vini\Desktop\LSA v1.0\gamemodes\zumbi.pwn(5486) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Errors.
if(Team[playerid] == ZOMBIE)
if(IsPlayerInRangeOfPoint(playerid, 1.0, 2553.7996, -2186.4495, 1.6777))
{
ShowPlayerDialog(playerid, IrParaGrove, DIALOG_STYLE_LIST, "Teleportes", "Grove Street", "Selecionar", "Sair");
}
if(Team[playerid] == ZOMBIE)
{
if(IsPlayerInRangeOfPoint(playerid, 1.0, 2553.7996, -2186.4495, 1.6777))
ShowPlayerDialog(playerid, IrParaGrove, DIALOG_STYLE_LIST, "Teleportes", "Grove Street", "Selecionar", "Sair");
}
if(Team[playerid] == ZOMBIE)
{
if(IsPlayerInRangeOfPoint(playerid, 1.0, 2553.7996, -2186.4495, 1.6777))
{
ShowPlayerDialog(playerid, IrParaGrove, DIALOG_STYLE_LIST, "Teleportes", "Grove Street", "Selecionar", "Sair")
return 1;
}
}
pawn Code:
Code:
C:\Documents and Settings\Vini\Desktop\LSA v1.0\gamemodes\zumbi.pwn(5486) : error 001: expected token: ",", but found "-rational value-" C:\Documents and Settings\Vini\Desktop\LSA v1.0\gamemodes\zumbi.pwn(5486) : warning 215: expression has no effect C:\Documents and Settings\Vini\Desktop\LSA v1.0\gamemodes\zumbi.pwn(5486) : warning 215: expression has no effect C:\Documents and Settings\Vini\Desktop\LSA v1.0\gamemodes\zumbi.pwn(5486) : warning 215: expression has no effect C:\Documents and Settings\Vini\Desktop\LSA v1.0\gamemodes\zumbi.pwn(5486) : error 001: expected token: ";", but found ")" C:\Documents and Settings\Vini\Desktop\LSA v1.0\gamemodes\zumbi.pwn(5486) : error 029: invalid expression, assumed zero C:\Documents and Settings\Vini\Desktop\LSA v1.0\gamemodes\zumbi.pwn(5486) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Errors. JA ARRUMEI, OBRIGADO AE CARA! |