Como meter no GM -
caoraivoso3 - 25.10.2012
Boas,tou a editar meu GM e no topo meti
e mais abaixo colocei
pawn Код:
new H = CreateObject(19353, -2672.2507, 631.6190, 29.7331, 0.0000, 0.0000, -87.8067);
SetObjectMaterialText(H, "H", 0, 10, "Arial", 60, 0, -201392128, 0, 1);
sу que quando vou compilar diz que o pawn nгo responde :S que serб? fiz algo errado?
Re: Como meter no GM -
Math3us - 25.10.2012
tira o new H; deixa so os outros 2 coce no GameModeInit
Respuesta: Como meter no GM -
caoraivoso3 - 25.10.2012
tiro o
que colocei no topo?
Re: Respuesta: Como meter no GM -
Math3us - 25.10.2012
Quote:
Originally Posted by caoraivoso3
tiro o que colocei no topo?
|
sim deixa sу o
pawn Код:
new H = CreateObject(19353, -2672.2507, 631.6190, 29.7331, 0.0000, 0.0000, -87.8067);
SetObjectMaterialText(H, "H", 0, 10, "Arial", 60, 0, -201392128, 0, 1);
Re: Como meter no GM -
Delete_ - 25.10.2012
PHP код:
new H = CreateObject(19353, -2672.2507, 631.6190, 29.7331, 0.0000, 0.0000, -87.8067);
SetObjectMaterialText(H, "H", 0, 10, "Arial", 60, 0, -201392128, 0, 1);
Deixa sу esse ai, se nгo vocк estarб declarando 2 variбveis sendo que vai usar apenas 1
Re: Como meter no GM -
mau.tito - 25.10.2012
@edit
Respondido em cima
Respuesta: Como meter no GM -
caoraivoso3 - 25.10.2012
Eu sу meto assim no GM
pawn Код:
new H = CreateObject(19353, -2672.2507, 631.6190, 29.7331, 0.0000, 0.0000, -87.8067);
SetObjectMaterialText(H, "H", 0, 10, "Arial", 60, 0, -201392128, 0, 1);
e continua o pawn a nгo responder
Re: Como meter no GM -
mau.tito - 25.10.2012
pawn Код:
//Errado
SetObjectMaterialText(H, "H", 0, 10, "Arial", 60, 0, -201392128, 0, 1);
//Certo
SetObjectMaterialText(H, "TexTo", 0, 10, "Arial", 60, 0, 0x000000FF, 0, 1);
Respuesta: Re: Como meter no GM -
caoraivoso3 - 25.10.2012
Quote:
Originally Posted by mau.tito
pawn Код:
//Errado SetObjectMaterialText(H, "H", 0, 10, "Arial", 60, 0, -201392128, 0, 1); //Certo SetObjectMaterialText(H, "TexTo", 0, 10, "Arial", 60, 0, 0x000000FF, 0, 1);
|
nгo tem a ver com isso,eu alterei б pouco e continua o pawn a nгo responder
Re: Respuesta: Re: Como meter no GM -
mau.tito - 25.10.2012
@edit arrumado!