06.04.2014, 14:26
Vi nesse tуpico aqui no forum https://sampforum.blast.hk/showthread.php?tid=488223
Essa linha de comando!
Entгo resolvi por no meu Gm e deu esse Seguinte erro!
Oque significa alguйm pode me ajudar?
Essa linha de comando!
pawn Код:
public OnPlayerWeaponShot( playerid, weaponid, hittype, hitid, Float:fX, Float:fY, Float:fZ )
{
if(hittype == BULLET_HIT_TYPE_OBJECT) // Detecta tiro ao objeto
{
if( IsValidObject( hitid ) ) // Ver se o objeto й vбlido.
{
SendClientMessage( playerid, -1, "Vocк acertou o objeto e ele vazou!" );
DestroyObject( hitid ); // Destrou o Objeto acertado.
}
}
return 1;
}
pawn Код:
C:\GM TESTE\gamemodes\SdT.pwn(94) : warning 211: possibly unintended assignment
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Warning.