[AJUDA]Erro ao Compilar , criar objetos.
#1

Tou com erro ao compilar o gm й novo qdo tu clica no new do pawno , ae eu botei lб em baixo os creat object
mais da um erro

CreateObject(976, 2293.8779296875, 2495.0310058594, 2.2734375, 0, 0, 90);
CreateObject(984, 2293.8830566406, 2498.9577636719, 6.1010222434998, 0, 0, 0);
CreateObject(967, 2295.2690429688, 2493.7458496094, 2.2734375, 0, 0, 35;
CreateObject(3049, 2251.0710449219, 2496.9858398438, 4.5155715942383, 0, 0, 92);
CreateObject(3049, 2251.056640625, 2501.3820800781, 4.5155715942383, 0, 0, 90);
CreateObject(3049, 2251.0563964844, 2502.7204589844, 4.5155715942383, 0, 0, 90);
CreateObject(3049, 2251.1044921875, 2502.7658691406, 7.7426428794861, 0, 0, 90);
CreateObject(3049, 2251.0441894531, 2498.2746582031, 7.7811341285706, 0, 0, 92);
CreateObject(3049, 2251.1022949219, 2496.052734375, 7.6545009613037, 0, 0, 92);
CreateObject(3051, 2248.7475585938, 2486.6042480469, 11.353008270264, 0, 0, 46);
CreateObject(3051, 2248.7475585938, 2485.7663574219, 11.353008270264, 0, 0, 4;
CreateObject(8168, 2293.3361816406, 2445.8771972656, 47.925498962402, 0, 0, 286);
CreateObject(8168, 2295.826171875, 2459.916015625, 39.635475158691, 0, 0, 196);


ae compilo aparece esse erro :


C:\Program Files\Rockstar Games\Servidor samp\gamemodes\new.pwn(235) : error 021: symbol already defined: "CreateObject"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.




Alguйm pode me ajudar?
Reply
#2

verifique se no comeзo do GM tem a include
pawn Код:
#include <a_Objects>
Aconselho vocк usar CreateDynamicObject.

Abraзos.
Reply
#3

Voce Esta Colocando Esses Objetos Em Ongamemodeinit () ?
Reply
#4

vc nao definir a include..tipo falta colocar :
pawn Код:
#include <a_obects>
Reply
#5

Verifica isso que o Kruger disse
Reply
#6

Sim jб tenho estб include , por enquanto hб duas
tб assim as includes;
Код:
#include <a_samp>
#include <a_objects>
KrugerVoce Esta Colocando Esses Objetos Em Ongamemodeinit () ?

Nгo , nгo coloquei , coloquei em ULTIMO quando acaba tudo eu sу coloquei os creatobjecs.
Enquanto a vocк thug , nгo sei dessas dinis ae nгo .
Help-me ? D:
Reply
#7

LoooL Voce Tem Que Colocar Em Baixo Do Ongamemodeinit '-'
Reply
#8

procura por isso no seu gm:
pawn Код:
public Ongamemodeint()
e coloca todos os objetos no comeзo da public ou no meio ou no fim, para os objetos pegarem tenq ser dentro dessa public, aconselho ler mais sobre a linguagem pawn em http://wiki.sa-mp.com.
Reply
#9

Код:
public OnGameModeInit()




{
	// Don't use these lines if it's a filterscript
	SetGameModeText("******* Games ~ ******* SA-MP RPG V 1.0 [0.3c] ~ ******* Games!");
	AddPlayerClass(0, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
	return 1;
}
Eu coloco embaixo do public OnGameModeInit() ou depois do
{ ??
Reply
#10

pawn Код:
public OnGameModeInit()
{
CreateObject(976, 2293.8779296875, 2495.0310058594, 2.2734375, 0, 0, 90);
CreateObject(984, 2293.8830566406, 2498.9577636719, 6.1010222434998, 0, 0, 0);
CreateObject(967, 2295.2690429688, 2493.7458496094, 2.2734375, 0, 0, 35;
CreateObject(3049, 2251.0710449219, 2496.9858398438, 4.5155715942383, 0, 0, 92);
CreateObject(3049, 2251.056640625, 2501.3820800781, 4.5155715942383, 0, 0, 90);
CreateObject(3049, 2251.0563964844, 2502.7204589844, 4.5155715942383, 0, 0, 90);
CreateObject(3049, 2251.1044921875, 2502.7658691406, 7.7426428794861, 0, 0, 90);
CreateObject(3049, 2251.0441894531, 2498.2746582031, 7.7811341285706, 0, 0, 92);
CreateObject(3049, 2251.1022949219, 2496.052734375, 7.6545009613037, 0, 0, 92);
CreateObject(3051, 2248.7475585938, 2486.6042480469, 11.353008270264, 0, 0, 46);
CreateObject(3051, 2248.7475585938, 2485.7663574219, 11.353008270264, 0, 0, 4;
CreateObject(8168, 2293.3361816406, 2445.8771972656, 47.925498962402, 0, 0, 286);
CreateObject(8168, 2295.826171875, 2459.916015625, 39.635475158691, 0, 0, 196);    
// Don't use these lines if it's a filterscript
    SetGameModeText("******* Games ~ ******* SA-MP RPG V 1.0 [0.3c] ~ ******* Games!");
    AddPlayerClass(0, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
    return 1;
}
deu tudo certin? verifica ae e posta aqui.

Abraзos.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)