22.04.2010, 12:13
вставить
http://forum.sa-mp.com/index.php?topic=163139.0
Code:
if(dialogid == blabla)
{
if(response) // Ok
{
SendClientMessage(playerid, 0x000000, "^_^");
}
else // Отмена
{
Kick(playerid) ;
}
return 1;
}
http://forum.sa-mp.com/index.php?topic=163139.0




