AYUDA SetPlayerAttachedObject Color
#1

Bueno quiero cambiarle el color a un objeto utilizando SetPlayerAttachedObject pero al momento de compilar sale un warning (warning 202: number of arguments does not match definition)

linea:
if(objetoid >= 39 && objetoid <= 50) SetPlayerAttachedObject(playerid,1,ObjetoInfo[objetoid][ModeloObjeto],6,0.053999,0.000000,0.000000,0.000000,0.000000,0. 000000,0.552999,0.720999,0.497000,CNEGROARGB);

el stock donde esta esa linea :
stock Pobjeto(playerid, slot, objetoid)
{

if(slot == 1)
{

como tengo definido el color :
#define CNEGROARGB 0xFF000000

espero que me ayuden es urgente gracias
Reply
#2

Copia y pega йsto, y compila, me avisas si te sale lo mismo.
pawn Код:
SetPlayerAttachedObject(playerid,slot,objetoid,6,0.053999,0.000000,0.000000,0.000000,0.000000,0.000000,0.552999,0.720999,0.497000,CNEGROARGB);
Reply
#3

: warning 202: number of arguments does not match definition Hola gracias por responder pero mira sale el mismo warning ya he actualizado todos los includes y nada :/
Reply
#4

Quote:
Originally Posted by Klauz
Посмотреть сообщение
: warning 202: number of arguments does not match definition Hola gracias por responder pero mira sale el mismo warning ya he actualizado todos los includes y nada :/
Hola, descarga йstos: click

Si no te abre y te pide archivos para poder ejecutar tu servidor descarga йstos mas:
Reply
#5

: warning 202: number of arguments does not match definition sigue igual no se que hacer
Reply
#6

Quote:
Originally Posted by Klauz
Посмотреть сообщение
: warning 202: number of arguments does not match definition sigue igual no se que hacer
Si pusiste el include en la carpeta pawn/includes?
Reply
#7

Asн es el streamer
Reply
#8

Quote:
Originally Posted by Klauz
Посмотреть сообщение
Asн es el streamer
puedes mostrar nuevamente como tienes la lнnea del warning?
Reply
#9

if(objetoid >= 39 && objetoid <= 50) SetPlayerAttachedObject(playerid,1,ObjetoInfo[objetoid][ModeloObjeto],6,0.053999,0.000000,0.000000,0.000000,0.000000,0. 000000,0.552999,0.720999,0.497000,CNEGROARGB);
Reply
#10

Copia y pega йsto, compila y me avisas si funcionу:

pawn Код:
SetPlayerAttachedObject(playerid,slot,objetoid,6,0.053999,0.000000,0.000000,0.000000,0.000000,0.000000,0.552999,0.720999,0.497000,CNEGROARGB);
El problema estб en que dejaste un espacio en Frotz
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)