How can I add map to?
#1

So yes I forgot how to put map in my own SAMP server.My server was DDosed and I forgot
Reply
#2

pawn Код:
// This is a comment
// uncomment the line below if you want to write a filterscript
//#define FILTERSCRIPT

#include <a_samp>



public OnFilterScriptInit()
{
    print("\n--------------------------------------");
    print(" Bla2");
    print("--------------------------------------\n");
    CreateObject(bla2);
    CreateObject(bla2);
    CreateObject(bla2);
    CreateObject(bla2);
    CreateObject(bla2);
    CreateObject(bla2);
    CreateObject(bla2);
    CreateObject(bla2);
    return 1;
}
Reply
#3

Quote:
Originally Posted by Vrag
Посмотреть сообщение
So yes I forgot how to put map in my own SAMP server.My server was DDosed and I forgot
Or try like this:
Код:
//--------------------------------------------------------------------------
    //object
    CreateObject(coords);
    CreateObject(coords);
and it would look like this
Код:
public OnGameModeInit()
{
	// Don't use these lines if it's a filterscript
	SetGameModeText("Blank Script");
	AddPlayerClass(0, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
	//--------------------------------------------------------------------------
	//object
	CreateObject(11470, 470.70480, 1105.42175, 19.40820,   -10.00000, 3.00000, -10.00000);
    CreateObject(11470, 457.69711, 1116.90918, 17.03960,   -12.00000, 4.00000, 4.00000);
	return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)