#include <a_samp>#include <Streamer>// ...new pMoney[MAX_PLAYERS];// ...main(){ print("Hello World!"); return 0;}// Then here you can put all the other thingspublic OnPlayerConnect(playerid){ // ....}