Quote:
Originally Posted by pantherboz
Wenn ich im Privat Server bin und zb mir was aus den NPC kaufen will dauert es Jahre bis es endlich fertig ist oder wenn ich mich skille dann dauert es Jahre ...
Mein PC :
Windows 7 pro
8GB RAM
64 Bit Windows
Intel Core i5 vpro
Wie mache ich das dass es schneller geht ?
|
this is not normal, write me pm, i try to help you
Schreiben Sie mir, ich werde versuchen,(google translate

)
hello guys, I need your help , Im trying to create autoevent(last hero) and I'm edit some procedures. So... if player is registered to event and logout I should set GlobalVariable to 0
This is part of code:
declare @

varchar(30)
declare @

_gv varchar(30)
declare @

_gv varchar(30)
SET @

= (Select name from Character WHERE sid = @IN_SID)
set @

_gv =( Select GlobalVariable.name from GlobalVariable WHERE value = @

)
set @

_gv = ( Select GlobalVariable.value from GlobalVariable WHERE value = @

)
if @

is not null and @

_gv is not null BEGIN
exec smp_set_global_variable @

_gv, '0'
END
its working perfectly, but after this I can't edit and get this GlobalVarible... any ideas how to fix it

?