View Single Post
thEsp
BANNED
Join Date: Aug 2017
Old 02-18-2019 , 09:52   Re: Realistic Deagle v1.0
Reply With Quote #4

Quote:
Originally Posted by PartialCloning View Post
PHP Code:
public resret(id)
{
    
ret[1]=false

PHP Code:
set_task(0.25,"resret",1
Should be
PHP Code:
public resret(id)
{
    
ret[id]=false

PHP Code:
set_task(0.25,"resret",id
You don't need to use Tempstring, those arguments are optional. You can just use "get_user_weapon(id)". You can also use a variable and store the time using get_gametime() instead of using a task.

Did you make the model? Fun plugin, but the model could use a transition animation when switching between the two different modes.
I just changed the origins of model, yeah would be even better if switch animation was made. I'll think about that, but I can't really do much since IDK how to work with Milkshape 3D properly.
As for the code 'bug' thanks
thEsp is offline