13.09.2009, 13:12
i downloaded 0.3 and wanted to record NPC's ....
then i started pawno
(->
)
Ok then i compiled: Error: something like cant execute... cant remember^^
I searched and installed Net Framework 3.5
and know: i compile and SAMP starts and i automatically connect on :7777 xDDDwhats wrong lol
then i started pawno
(->
Код:
#define RECORDING "1NPC" //This is the filename of your recording without the extension.
#define RECORDING_TYPE 1 //1 for in vehicle and 2 for on foot.
#include <a_npc>
main(){}
public OnRecordingPlaybackEnd() StartRecordingPlayback(RECORDING_TYPE, RECORDING);
#if RECORDING_TYPE == 1
public OnNPCEnterVehicle(vehicleid, seatid) StartRecordingPlayback(RECORDING_TYPE, RECORDING);
public OnNPCExitVehicle() StopRecordingPlayback();
#else
public OnNPCSpawn() StartRecordingPlayback(RECORDING_TYPE, RECORDING);
#endif
Ok then i compiled: Error: something like cant execute... cant remember^^
I searched and installed Net Framework 3.5
and know: i compile and SAMP starts and i automatically connect on :7777 xDDDwhats wrong lol


