kill and RequestClass sometimes
#1

Hi,

When I died the frist time on my server I spawn with a other skin near CJ house with the Arrow and spawn (OnPlayerRequestClass) Every time. I need to click on "spawn" for spawn in my house. After it's ok. Whats the problem? thanks

Код:
public OnPlayerRequestSpawn(playerid)
{
    if(IsPlayerNPC(playerid))return 1;
    if(!gPlayerLogged[playerid])return 0;
	return true;
}
public OnPlayerRequestClass(playerid,classid)
{
    if(IsPlayerNPC(playerid))return 1;
    if(Kick[playerid]==1)return Kick(playerid);
    if(!gPlayerLogged[playerid])return 0;
	return true;
}
Reply


Messages In This Thread
kill and RequestClass sometimes - by ombre - 01.06.2012, 04:54
Re: kill and RequestClass sometimes - by MP2 - 01.06.2012, 05:09
Re : kill and RequestClass sometimes - by ombre - 01.06.2012, 15:05
Re : kill and RequestClass sometimes - by ombre - 02.06.2012, 02:44
Re: kill and RequestClass sometimes - by SuperViper - 02.06.2012, 03:13
Re : kill and RequestClass sometimes - by ombre - 02.06.2012, 21:11

Forum Jump:


Users browsing this thread: 1 Guest(s)