AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Suggestions / Requests (https://forums.alliedmods.net/forumdisplay.php?f=12)
-   -   [HELP] fall problem with pomegranates (https://forums.alliedmods.net/showthread.php?t=263986)

Swat. 06-06-2015 00:48

[HELP] fall problem with pomegranates
 
4 Attachment(s)
Hello I was testing some things and when zp review error logs that had appeared in plugins me the following:
PHP Code:

L 05/27/2015 20:58:41: [FAKEMETAInvalid entity
L 05
/27/2015 20:58:41: [AMXXDisplaying debug trace (plugin "zp50_item_infection_bomb.amxx"version "5.0.8")
L 05/27/2015 20:58:41: [AMXXRun time error 10native error (native "pev")
L 05/27/2015 20:58:41: [AMXX]    [0zp50_item_infection_bomb.sma::fw_SetModel (line 206)
L 05/27/2015 20:58:41: [FAKEMETAInvalid entity
L 05
/27/2015 20:58:41: [AMXXDisplaying debug trace (plugin "zp50_grenade_flare.amxx"version "5.0.8")
L 05/27/2015 20:58:41: [AMXXRun time error 10native error (native "pev")
L 05/27/2015 20:58:41: [AMXX]    [0zp50_grenade_flare.sma::fw_SetModel (line 114)
L 05/27/2015 20:58:41: [FAKEMETAInvalid entity
L 05
/27/2015 20:58:41: [AMXXDisplaying debug trace (plugin "zp50_grenade_fire.amxx"version "5.0.8")
L 05/27/2015 20:58:41: [AMXXRun time error 10native error (native "pev")
L 05/27/2015 20:58:41: [AMXX]    [0zp50_grenade_fire.sma::fw_SetModel (line 280)
L 05/27/2015 20:58:41: [FAKEMETAInvalid entity
L 05
/27/2015 20:58:41: [AMXXDisplaying debug trace (plugin "zp50_grenade_frost.amxx"version "5.0.8")
L 05/27/2015 20:58:42: [AMXXRun time error 10native error (native "pev")
L 05/27/2015 20:58:42: [AMXX]    [0zp50_grenade_frost.sma::fw_SetModel (line 357

I wonder if anyone knows to fix this here leave of sma are zp5.0

sorry for my bad English

wickedd 06-06-2015 01:07

Re: [HELP] fall problem with pomegranates
 
Post your problem where you got the plugins from.

indraraj striker 06-06-2015 04:21

Re: [HELP] fall problem with pomegranates
 
In fw_SetModel function
add this
PHP Code:

if(pev_valid(entity)) 
{
code of set model


In all sma :3


All times are GMT -4. The time now is 20:19.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.