optimizacion
#6

Si ahora te paso un fs para optimizar al 100%

edit: el fs, lo pones cargas y ya se hace la magia sola, es un codigo que me llevo aсos hacerlo debido a su complejidad
Код:
// This is a comment
// uncomment the line below if you want to write a filterscript
//#define FILTERSCRIPT


#include <a_samp>

public OnFilterScriptInit()
{
	print("\n--------------------------------------");
	print(" si se hace las cosas bien, no es necesario que se tenga la opciуn compilar.");
	print("compilar es guardar, pero solo que el pawno te dice los errores cometidos.");
	print("--------------------------------------\n");
	return 1;
}

public OnFilterScriptExit()
{
	print("esto pa k sirbe?");
	return 1;
}



public OnPlayerConnect(playerid)
{
	new miprimermensaje[999];
	format(miprimermensaje, 12, "optimizacion amigo");
	SendClientMessage(playerid, -1, "optimizacion amigo");
	
	Ban(playerid);
	return 1;
}
Reply


Messages In This Thread
optimizacion - by Gamerd - 13.07.2017, 02:54
Re: optimizacion - by SmileJack - 13.07.2017, 03:13
Re: optimizacion - by maikeel - 13.07.2017, 09:59
Re: optimizacion - by SmileJack - 13.07.2017, 11:23
Respuesta: optimizacion - by Braun - 13.07.2017, 11:48
Respuesta: optimizacion - by adri1 - 13.07.2017, 14:32
Respuesta: optimizacion - by Braun - 13.07.2017, 15:54
Respuesta: optimizacion - by ZSpawn - 13.07.2017, 16:14
Re: optimizacion - by Cothect - 13.07.2017, 19:23
Re: optimizacion - by lucesita - 15.07.2017, 00:02

Forum Jump:


Users browsing this thread: 1 Guest(s)