24.11.2014, 09:18
Код HTML:
// This is a comment
// uncomment the line below if you want to write a filterscript
//#define FILTERSCRIPT
#include <a_samp>
public OnPlayerCommandText(playerid, cmdtext[])
{
if (strcmp("/informacia", cmdtext, true, 10) == 0)
{
ShowPlayerDialog(playerid, 1, DIALOG_STYLE_MSGBOX, "Informacia", "Serveris Wesebi", "Vetanxmebi", "Ar Vetanxmebi");
return 1;
}
return 0;
}
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
if(dialogid == 1)
{
if(response)
{
SendClientMessage(playerid, -1, "Shen Daetanxme Wesebs");
}
else
{
Kick(playerid)
}
}
return 1;
}
Код HTML:
C:\Users\Gigi\Desktop\Less Global-Rр.Ru\filterscripts\aeae.pwn(30) : error 001: expected token: ";", but found "}" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Error.
Код HTML:
}