[OnPlayerSpawn] Death Bug
#9

Quote:
Originally Posted by Roberto80
Посмотреть сообщение
Ok then,read this to let it work...
On top of GameMode,add this:
Код:
new bool:FirstTime[MAX_PLAYERS];
Then search when he register,like the dialog,like this
Код:
public OnDialogResponse
Bla bla bla
if(dialogid == dialog_register)
{
bla bla bla
FirstTime[playerid] = true;
}
Ok now OnPlayerSpawn
Код:
if(FirstTime[playerid] == true)
{
FirstTime[playerid] = false;
SendClientMessage(playerid,color,"Ls Train bla bla bla");
}
Enjoy your time
I love you.
Reply


Messages In This Thread
[OnPlayerSpawn] Death Bug - by BarFix - 22.08.2015, 11:13
Re: [OnPlayerSpawn] Death Bug - by Roberto80 - 22.08.2015, 11:33
Re: [OnPlayerSpawn] Death Bug - by BarFix - 22.08.2015, 11:35
Re: [OnPlayerSpawn] Death Bug - by Roberto80 - 22.08.2015, 11:39
Re: [OnPlayerSpawn] Death Bug - by BarFix - 22.08.2015, 11:40
Re: [OnPlayerSpawn] Death Bug - by JeaSon - 22.08.2015, 11:45
Re: [OnPlayerSpawn] Death Bug - by BarFix - 22.08.2015, 11:47
Re: [OnPlayerSpawn] Death Bug - by Roberto80 - 22.08.2015, 11:47
Re: [OnPlayerSpawn] Death Bug - by BarFix - 22.08.2015, 11:50
Re: [OnPlayerSpawn] Death Bug - by Roberto80 - 22.08.2015, 11:51

Forum Jump:


Users browsing this thread: 1 Guest(s)