How to change your gamemode?
#2

Gamemode text? You mean a hostname on the server.cfg file?

To create objects in server, create a new filescript and add:
Quote:

#include <a_samp>
#include <streamer>
#include <core>
#include <float>
#define FILTERSCRIPT
#define NO_PERSONAL_OBJECTS
#define OBJECT_BOUNDS 100000


public OnGameModeInit()
{
CreateObject(11340, -2079.9531, 159.2031, 30.8672,0.00000, 0.00000, 0.00000,300.000); // Here the CreateObject,CreateDynamicObecjts codes below..

}

Reply


Messages In This Thread
How to change your gamemode? - by Electron123 - 05.04.2017, 19:45
Re: How to change your gamemode? - by NBass - 05.04.2017, 21:04
Re: How to change your gamemode? - by Electron123 - 06.04.2017, 07:45
Re: How to change your gamemode? - by Variable™ - 06.04.2017, 09:15

Forum Jump:


Users browsing this thread: 1 Guest(s)