Help OnPlayerGiveDamageDynamicActor
#1

Hello, help fix the problem

PHP код:
src/veiklos/helovynas.p(35) : warning 200symbol "@yH_PlayerGiveDamageDynamicActo" is truncated to 31 characters
src
/veiklos/helovynas.p(35) : warning 200symbol "@yH_PlayerGiveDamageDynamicActo" is truncated to 31 characters
Pawn compiler 3.10.8              Copyright 
(c1997-2006ITB CompuPhase
Header size
:          23736 bytes
Code size
:          6608568 bytes
Data size
:         18248728 bytes
Stack
/heap size:      16384 bytesestimated maxusage=5381 cells (21524 bytes)
Total requirements:24897416 bytes
2 Warnings

Код HTML:
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;
}
Reply
#2

https://forum.sa-mp.com/showpost.php...45&postcount=4

You too will replace `Dynamic` with `Dyn`

pawn Код:
hook OnPlayerGiveDamageDynActor(...)
Reply
#3

Quote:
Originally Posted by Calisthenics
Посмотреть сообщение
https://forum.sa-mp.com/showpost.php...45&postcount=4

You too will replace `Dynamic` with `Dyn`

pawn Код:
hook OnPlayerGiveDamageDynActor(...)
Thanks you
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)