08.11.2010, 23:15
G..... It was too smart for me. trololololō
So ****** your version is like, `if not, member 1 and leader 0 then send message` so in this cas i would need to add more and more checks for player like `if member 0 and !leader > 1` is there any simplier way so i dont need to waste "memory"
ghouash.. memory lol..
it would wrok if i do like this?
Everybody knows that i`m too lazy.
-------------------
Omg the pawno becomes harder and harder for me ;S It was so easy with 0.2
So ****** your version is like, `if not, member 1 and leader 0 then send message` so in this cas i would need to add more and more checks for player like `if member 0 and !leader > 1` is there any simplier way so i dont need to waste "memory"

it would wrok if i do like this?
pawn Код:
if(Member == 1 || Leader == 1) {}
else return message.
-------------------
Omg the pawno becomes harder and harder for me ;S It was so easy with 0.2
