15.02.2012, 18:20
FS Interiores 1.0
Olб essa й uma FS muito simples de teleportes em Dialog para interiores, mais que pode ser muito ъtil tanto para pegar coordenadas de interiores, ou mesmo por no teu GM para os players usarem
Bugs: nem um.
Comandos: /interiores
Se querer deixar o comando /interiores sу para admin rcon substitua o OnPlayerCommandText pelo de baixo!
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
if(!strcmp(cmdtext,"/interiores",true))
{
if(!IsPlayerAdmin(playerid)) return SendClientMessage(playerid,-1,"sу admin pode usar este comando");
TogglePlayerControllable(playerid, 0);
ShowPlayerDialog(playerid,2599,DIALOG_STYLE_LIST,"Teleportes Interior","INTERIORES 1\nINTERIORES 2\nINTERIORES 3\nINTERIORES 4\nINTERIORES 5\nINTERIORES 6\nINTERIORES 7\nINTERIORES 8\nINTERIORES 9\nINTERIORES 10\nINTERIORES 11\nDesligar","Aceitar","Cancelar");
EmDialog[playerid] = 1;
}
return true;
}
Nome do FilterScript: Interiores
Descriзгo: Teleporte para interiores
Autor: JUNINHOO_COLDPLAY
Pastebin
Download:PWN