Quote:
Originally Posted by conantogo
sorry but my english is not verygood
I know this #insert_item(910000, 1, 1, "name")
but when i run it .. i have the pass but i cannt enter th HV
what r u mean /run insert_item() ??
|
it depends which HV pass is defined as the item which grants you premium access.
Go into the ETC Skript Function.lua and look for those lines:
Code:
function is_premium()
local has_hv_item=find_item(910000)
local state_level_1 = get_state_level( 9004 )
if has_hv_item >=1 and state_level_1 == 0 then
add_state(9004,1,2592000)
return true
end
in my case 910000 would be the right HV pass. Maybe there is another item set on your server.
Quote:
Originally Posted by Eclipase
I can see you have inserted the HV pass for 1 second. :cool:
|
Bullshit. You can't change the item time with the insert_item command. You prolly mixed it up with add_state (even then its not 1sek but rather 1ms)