where to put this code
#1

where i have to put this code in my script?

Код:
public OnRecordingPlaybackEnd() StartRecordingPlayback(RECORDING_TYPE, RECORDING);
this is my script so where to put that code?? plz help

Код:
// This is a comment
// uncomment the line below if you want to write a filterscript
//#define FILTERSCRIPT

#include <a_samp>
#include <a_npc>
#if defined FILTERSCRIPT

public OnFilterScriptInit()
{
	print("\n--------------------------------------");
	print(" Blank Filterscript by your name here");
	print("--------------------------------------\n");
	return 1;
}

public OnFilterScriptExit()
{
	return 1;
}

#else

main()
{
	print("\n----------------------------------");
	print(" Blank Gamemode by your name here");
	print("----------------------------------\n");
}

#endif
Reply


Messages In This Thread
where to put this code - by Sfinx_17 - 01.11.2009, 00:42
Re: where to put this code - by Redgie - 01.11.2009, 01:33
Re: where to put this code - by thimo - 05.11.2009, 14:19

Forum Jump:


Users browsing this thread: 1 Guest(s)