same problem
#1

where to put this ?
Код:
public OnRecordingPlaybackEnd() StartRecordingPlayback(RECORDING_TYPE, RECORDING);
i want a example code plz

Reply
#2

i think just put it becos its a PUBLIC xD
Reply
#3

It should be placed in a NPC Script, If you want more info. Make sure to take a look at
"Tutorial -> Creating a new NPC" by Kc
Reply
#4

this is a part of my script so where to put the code that was above?

Код:
// 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


Forum Jump:


Users browsing this thread: 1 Guest(s)