Lock Team
#7

PHP код:
public OnDialogResponse(playeriddialogidresponselistiteminputtext[])
{
if(
dialogid == DIALOG_CLASS_TF141// I name dialog ID defines like this, replace with your ID from ShowPlayerDialog!
{
    if(
response)
    {
        if(
strcmp(inputtext"1820141"false) == && strlen(inputtext) != 0)
        {
            
SpawnPlayer(playerid); // Entered correct password, may spawn
        
}
        else
        {
            
SendClientMessage(playeridCOLOR_RED"Грешна парола!");
        }
        return 
1;
    }
    return 
0;

Reply


Messages In This Thread
Lock Team - by Bulgaria - 12.04.2016, 10:38
Re: Lock Team - by NaS - 12.04.2016, 10:52
Re: Lock Team - by Bulgaria - 12.04.2016, 12:20
Re: Lock Team - by Godey - 12.04.2016, 13:10
Re: Lock Team - by Bulgaria - 12.04.2016, 13:16
Re: Lock Team - by Godey - 12.04.2016, 13:19
Re: Lock Team - by Bulgaria - 12.04.2016, 13:20
Re: Lock Team - by Godey - 12.04.2016, 13:22
Re: Lock Team - by Bulgaria - 12.04.2016, 13:23
Re: Lock Team - by Godey - 12.04.2016, 13:24

Forum Jump:


Users browsing this thread: 1 Guest(s)