View Single Post
xines
Veteran Member
Join Date: Aug 2013
Location: Denmark
Old 06-28-2015 , 09:50   Re: Setting invisibility amount [help]
Reply With Quote #6

Quote:
Originally Posted by Headline22 View Post
[php]#include <sourcemod>

This should work. Consider organizing yourself a little more as i1_invis makes no sense when it is a float.
Yes thanks, both of you and kolapsicle.

- Yes i know the script ain't cleaned and fully organizied due to things are under developing, i all ready try to hold it pretty clear the way i'm coding, since i'm trying to get into the whole sourcemod scripting again.

Also i kept using "RegServerCmd" for a reason, so i had to change that again, also i dont get why u changed:

PHP Code:
    new String:userid[32], String:amount[32]; 
into only having:

PHP Code:
    decl String:userid[32]; 
    
decl String:amount[32]; 
could you explain to me why? Cheers
xines is offline