[SOLVED]Cant spawn Until logged in?
#1

Hey,
I'm trying to script a little for 0.3,So i dont know if i should post it here or on "0.3 Scripting" board..
Anyway,can someone show me how i can make something like,that the player spawn until he logs in?
I've done my /register+/login command by the tutorial from bogeyman_EST.
Thanks in advance.

EDIT:
I Solved it thanks to you guys,here is The solution If someone want it and dont know how:
pawn Код:
public OnPlayerRequestSpawn(playerid)
{
    if (logged[playerid] == 0) return 0;
    {
    if (logged[playerid] == 1) return 1;
    }
    return 1;
}
Reply


Messages In This Thread
[SOLVED]Cant spawn Until logged in? - by [XST]O_x - 05.10.2009, 18:46
Re: Cant spawn Until logged in? - by brett7 - 05.10.2009, 18:51
Re: Cant spawn Until logged in? - by [XST]O_x - 05.10.2009, 18:56
Re: Cant spawn Until logged in? - by brett7 - 05.10.2009, 19:02
Re: Cant spawn Until logged in? - by member - 05.10.2009, 19:11
Re: Cant spawn Until logged in? - by [XST]O_x - 05.10.2009, 19:14
Re: Cant spawn Until logged in? - by shady91 - 05.10.2009, 19:15
Re: Cant spawn Until logged in? - by [XST]O_x - 05.10.2009, 19:16
Re: Cant spawn Until logged in? - by [XST]O_x - 05.10.2009, 20:04
Re: Cant spawn Until logged in? - by BP13 - 05.10.2009, 22:46

Forum Jump:


Users browsing this thread: 1 Guest(s)