05.04.2009, 12:33
It's probably one of the most basic things in pwn, but I can't seem to figure it out, i'm not very good at searching either, a skill I really need to improve on, heck, I don't even know what it is I am searching for.
Under my login command I have this
I have a timer which /login sets off if you haven't done the tutorial(User files) the timer is like this
All I need is so that tutid is saved per player, not for everyone, like a float I believe, as the tutorial is showing for my friend when he logs in as ID 0 then it's getting messed up when I log in, they sort of collide, it's very weird.
Anyway, I just need a way of tutid saving, because the playerid isn't functioning, it's only showing the messages for ID 0, thanks a lot guys.
Код:
new tutid = -1;
Код:
tutid = playerid;
Код:
forward tutsteptime(playerid); public tutsteptime(playerid) { SendClientMessage(tutid, AQUAGREEN, " ..:: Rules ::.."); }
Anyway, I just need a way of tutid saving, because the playerid isn't functioning, it's only showing the messages for ID 0, thanks a lot guys.