Error 17 (Please help)
#5

Quote:
Originally Posted by Dwane
Посмотреть сообщение
I edited my post, but I will explain it. Global variable means outside of any callback.
pawn Код:
// includes
#include < a_samp >

// defines
#define MAX_SOMETHING 10 // An example

// Global variables
new
    MyFirstNPCVehicle
;

// Callbacks
public OnPlayerConnect(playerid) // An example
{
    return 1;
}
I have tried, But my npc wouldnt connect. Any ideas?
Reply


Messages In This Thread
Error 17 (Please help) - by Jamcraftadam - 13.01.2013, 17:17
Re: Error 17 (Please help) - by Konstantinos - 13.01.2013, 17:19
Re: Error 17 (Please help) - by Jamcraftadam - 13.01.2013, 17:20
Re: Error 17 (Please help) - by Konstantinos - 13.01.2013, 17:22
Re: Error 17 (Please help) - by Jamcraftadam - 13.01.2013, 17:30
Re: Error 17 (Please help) - by Konstantinos - 13.01.2013, 17:34
Re: Error 17 (Please help) - by Jamcraftadam - 13.01.2013, 17:40
Re: Error 17 (Please help) - by Konstantinos - 13.01.2013, 18:07
Re: Error 17 (Please help) - by Jamcraftadam - 15.01.2013, 11:49

Forum Jump:


Users browsing this thread: 1 Guest(s)