Saving playerid's to new tutid;
#1

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.

Код:
new tutid = -1;
Under my login command I have this

Код:
tutid = playerid;
I have a timer which /login sets off if you haven't done the tutorial(User files) the timer is like this
Код:
forward tutsteptime(playerid);

public tutsteptime(playerid)
{
  
	SendClientMessage(tutid, AQUAGREEN, "               ..:: Rules ::..");
}
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.
Reply


Messages In This Thread
Saving playerid's to new tutid; - by NeRoSiS - 05.04.2009, 12:33
Re: Saving playerid's to new tutid; - by [M2S]moe - 05.04.2009, 12:36
Re: Saving playerid's to new tutid; - by NeRoSiS - 05.04.2009, 14:25
Re: Saving playerid's to new tutid; - by NeRoSiS - 05.04.2009, 16:29
Re: Saving playerid's to new tutid; - by NeRoSiS - 05.04.2009, 18:14
Re: Saving playerid's to new tutid; - by [M2S]moe - 05.04.2009, 18:16
Re: Saving playerid's to new tutid; - by introzen - 05.04.2009, 18:25
Re: Saving playerid's to new tutid; - by gijsmin - 05.04.2009, 18:27
Re: Saving playerid's to new tutid; - by introzen - 05.04.2009, 18:33
Re: Saving playerid's to new tutid; - by dre$tA - 05.04.2009, 18:56

Forum Jump:


Users browsing this thread: 1 Guest(s)