03.01.2010, 16:33
Hey! Please help me out if you now how to do
I have some mins ago made a hq for myself with a timergate, my friend, [NWA]top has asked me to make a hq for him.
Now he isnt an admin so it wont be that easy like it was on my other gate. (If(isplayeradmin))
The question is, is there possible to make something work for names?
Like this:
If this is possible, please help me out, Please
I have some mins ago made a hq for myself with a timergate, my friend, [NWA]top has asked me to make a hq for him.
Now he isnt an admin so it wont be that easy like it was on my other gate. (If(isplayeradmin))
The question is, is there possible to make something work for names?
Like this:
Код:
if(strcmp("/topgate",cmd,true)==0) { if(name == [NWA]top) { SetTimer("OpenTopsGate",500,false); return 1; } return 1; }