Jump to content
  • 0

CreateObject


InceMan

Question

Problema intalnita (descriere):am o mica nelamurire privint da pluginul streamer.so sau in care e cea mai buna functie CreateDynamicObject sau CreateObject
Ero(area / rile) / warning-(ul / urile):
Liniile de cod / sursa / script-ul(obligatoriu):

[00:57:31]  Loading plugin: streamer.so
[00:57:31] 

*** Streamer Plugin v2.8.2 by Incognito loaded ***
[00:57:31] Filterscripts
[00:57:31] ---------------
[00:57:31]   Loading filterscript 'Harta.amx'...
[00:57:31] *** Streamer Plugin: CreateDynamicObject: Expecting 14 parameter(s), but found 12


Imagini / Video (optional):
Ati incercat sa rezolvati singur?:da

 

Edited by Geani
.

FiveGame  Lands

Pawno Developer, Mapping , Scripter

Since 2016

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

Depinde, daca ai multe objects atunci CreateDynamicObject e solutia, dar daca ai putine (in aceea zona) CreateObject e numai bun.Cat despre eroare pe care o primesti e din cauza ca include-ul cu care compilezi si pluginul au versiuni diferite (nu corespund absolut deloc)

Link to comment
Share on other sites

  • 0
Acum 1 oră, PauLL a spus:

arata-mi harta.pwn,liniile cu createdynamicobject

#include <a_samp>
#include <streamer>
#pragma tabsize 0


public OnPlayerSpawn(playerid)
{
    return 1;
}

new snow[3];
public OnFilterScriptInit()
{

    snow[1] = CreateDynamicObject(18864, -164.14, 1418.76, 1119.20,   47.00, -91.00, 69.00);
    snow[2] = CreateDynamicObject(18864, -148.04, 1411.10, 1119.20,   47.00, -91.00, 69.00);
    CreateDynamicObject(8664, -249.62, 1403.76, 1131.98,   0.00, 0.00, 0.00);

FiveGame  Lands

Pawno Developer, Mapping , Scripter

Since 2016

Link to comment
Share on other sites

  • 0
Acum 2 ore, PauLL a spus:

Sunt pe telefon,verifica daca toate obiectele sunt de forma:  CreateDynamicObject(3928, 1017.58386, -347.26511, 73.00420,   0.00000, 0.00000, 0.00000);

nui numai de la asta up daca se poate

FiveGame  Lands

Pawno Developer, Mapping , Scripter

Since 2016

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.