CreateObejct problem.
#4

Quote:
Originally Posted by Backwardsman97
Посмотреть сообщение
Show the script?
I am trying to make a simple neon scripts, but that's not my problem

I will give you some example.

pawn Код:
#define FILTERSCRIPT

#include <a_samp>

new object;

public OnFilterScriptInit()
{
    object = CreateObject(969,999.23895264,-645.79333496,120.66536713,0.00000000,1.24694824,23.80175781); //
    return 1;
}

public OnFilterScriptExit()
{
    DestroyObject(object);
        return 1;
}
This code should create the object 969 at that coords, and it works on my local server. But on my public server nothing happens when I load the script.
Reply


Messages In This Thread
CreateObejct problem. - by usrb1n - 02.06.2011, 11:14
Respuesta: CreateObejct problem. - by usrb1n - 02.06.2011, 19:53
Re: CreateObejct problem. - by Backwardsman97 - 02.06.2011, 20:04
Respuesta: Re: CreateObejct problem. - by usrb1n - 03.06.2011, 02:16
Respuesta: CreateObejct problem. - by usrb1n - 03.06.2011, 14:51
Re: CreateObejct problem. - by geerdinho8 - 03.06.2011, 14:57
Respuesta: CreateObejct problem. - by usrb1n - 03.06.2011, 15:04
Re: CreateObejct problem. - by Backwardsman97 - 03.06.2011, 17:53
Respuesta: Re: CreateObejct problem. - by usrb1n - 03.06.2011, 20:56
Re: CreateObejct problem. - by iggy1 - 03.06.2011, 20:59

Forum Jump:


Users browsing this thread: 3 Guest(s)