ShowPlayerDialog's title and Kick
#4

PHP код:
forward KickEx(playerid);
public 
KickEx(playerid)
{
   
Kick(playerid);
   return 
1;
}

public 
OnPlayerConnect(playerid)
{
   
ShowPlayerDialog(playerid1DIALOG_STYLE_MSGBOX" ""Test message""Close""");
   
SetTimerEx("KickEx"1000false"i"playerid);

leave an space on title.
Reply


Messages In This Thread
ShowPlayerDialog's title and Kick - by Yousha - 15.01.2016, 23:19
Respuesta: ShowPlayerDialog's title and Kick - by IzadorO - 15.01.2016, 23:28
Re: ShowPlayerDialog's title and Kick - by Yousha - 16.01.2016, 08:05
Re: ShowPlayerDialog's title and Kick - by PT - 16.01.2016, 20:02

Forum Jump:


Users browsing this thread: 1 Guest(s)