SA-MP Forums Archive
pawno problem (samp 0.3) - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: pawno problem (samp 0.3) (/showthread.php?tid=97244)



pawno problem (samp 0.3) - BMGP - 13.09.2009

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


Re: pawno problem (samp 0.3) - eXchainZ-FoReVeR - 13.09.2009

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!


Re: pawno problem (samp 0.3) - BMGP - 13.09.2009

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

You solved it?! How?


Re: pawno problem (samp 0.3) - eXchainZ-FoReVeR - 13.09.2009

Download the SA-MP server.

Take out all the includes replace it