see this guys thanks :D
#1

Код 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;
}
Error :
Код 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.
30 Line iS >>>
Код HTML:
}
IDK this is my first creation
Reply


Messages In This Thread
see this guys thanks :D - by Dezzzy - 24.11.2014, 09:18
Re: see this guys thanks :D - by UltraScripter - 24.11.2014, 09:20
Re: see this guys thanks :D - by Dezzzy - 24.11.2014, 09:23
Re: see this guys thanks :D - by UltraScripter - 24.11.2014, 09:37

Forum Jump:


Users browsing this thread: 1 Guest(s)