src/veiklos/helovynas.p(35) : warning 200: symbol "@yH_PlayerGiveDamageDynamicActo" is truncated to 31 characters
src/veiklos/helovynas.p(35) : warning 200: symbol "@yH_PlayerGiveDamageDynamicActo" is truncated to 31 characters
Pawn compiler 3.10.8 Copyright (c) 1997-2006, ITB CompuPhase
Header size: 23736 bytes
Code size: 6608568 bytes
Data size: 18248728 bytes
Stack/heap size: 16384 bytes; estimated max. usage=5381 cells (21524 bytes)
Total requirements:24897416 bytes
2 Warnings.
hook OnPlayerGiveDamageDynamicActor(playerid, STREAMER_TAG_ACTOR actorid, Float:amount, weaponid, bodypart)
{
if(actorid != INVALID_ACTOR_ID)
{
if(actorid == halloCloun[1])
{
GameTextForPlayer(playerid, "Nuљovei klouną", 5000, 2);
}
if(actorid == halloCloun[2])
{
GameTextForPlayer(playerid, "Nuљovei klouną", 5000, 2);
}
}
return 1;
}
hook OnPlayerGiveDamageDynActor(...)
|
https://forum.sa-mp.com/showpost.php...45&postcount=4
You too will replace `Dynamic` with `Dyn` pawn Код:
|