pawno problem (samp 0.3)
#1

i downloaded 0.3 and wanted to record NPC's ....
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
Reply
#2

Sometimes it says that its going correct with no errors, right? and when you go to see your gamemode .amx file, you'll see it empty, or you'll get the same problem just like yours now... I am currently having this problem

PS: Oh! I just fixed it!
Reply
#3

Quote:
Originally Posted by eXchainZ-FoReVeR
Sometimes it says that its going correct with no errors, right?
No^^

You solved it?! How?
Reply
#4

Download the SA-MP server.

Take out all the includes replace it
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)