Need Help With Dialogs
#9

Quote:
Originally Posted by [MG]Dimi
Посмотреть сообщение


Create Account variable like AccInfo[playerid][Rules]. Then do
PHP код:
if(AccInfo[playerid][Rules] == 0)
{
//here give money and score
AccInfo[playerid][Rules] = 1;//Here we set that player has read the rules
return 0;
}
if(
AccInfo[playerid][Rules] == 1)
{
//what ever you want if they have already read rules
return 1;

Where Should I Put this and give me example
Reply


Messages In This Thread
Need Help With Dialogs - by lyrics - 07.08.2011, 10:09
Re: Need Help With Dialogs - by emokidx - 07.08.2011, 12:52
Re: Need Help With Dialogs - by lyrics - 08.08.2011, 10:31
Re: Need Help With Dialogs - by Rafa - 08.08.2011, 10:35
Re: Need Help With Dialogs - by Babul - 08.08.2011, 10:38
Re: Need Help With Dialogs - by lyrics - 08.08.2011, 10:47
Re: Need Help With Dialogs - by [MG]Dimi - 08.08.2011, 10:52
Re: Need Help With Dialogs - by lyrics - 08.08.2011, 10:56
Re: Need Help With Dialogs - by lyrics - 08.08.2011, 10:58
Re: Need Help With Dialogs - by lyrics - 08.08.2011, 11:21

Forum Jump:


Users browsing this thread: 2 Guest(s)