Quote:
Originally Posted by <VeCo>
PHP Code:
new ent2 = 0 while((ent2 = engfunc(EngFunc_FindEntityByString, ent2, "targetname", "bombtargeta"))) {
It should be = -1, also don't return anything ever in a loop.
|
thank you for helping ,but :
i tried changing new ent2 = -1
but that bugs still happens (stack error)
if i dont return PLUGIN_HANDLED in while "loop", it will cause overflow error and crash the game