27.08.2013, 19:52
Um belo dia, Uma pessoa chamado Torres tentou por esse comando na gm:
Mais de um erro no: Player id, Entao ajude-ele, Erros:
pawn Код:
forward Explodir();
public Explodir()
{
if(IsPlayerInRangeOfPoint(playerid, 7.0, x, y, z))
{
new Float:x, Float:y, Float:z;
// Create an explosion at the player's position
CreateExplosion(x, y, z, 12, 10.0);
return 1;
}
Код:
C:\Arquivos de programas\Rockstar Games\GTA San Andreas\Server\filterscripts\Drop.pwn(275) : error 017: undefined symbol "playerid" C:\Arquivos de programas\Rockstar Games\GTA San Andreas\Server\filterscripts\Drop.pwn(282) : error 030: compound statement not closed at the end of file (started at line 275) Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 2 Errors.