Numero de Argumentos [Ayuda]
#1

Hola amigos de samp hice una pequeсa funciуn para que se vea el score encima de la cabeza del skin, con la funcion del score todo bien.

pawn Код:
new Text3D:mylabel[MAX_PLAYERS];
new gstring[128];
    mylabel[playerid] = Create3DTextLabel("Score: %d",0x008080FF, 30.0, 40.0, 50.0, 40.0, 0,GetPlayerScore(playerid));
    Attach3DTextLabelToPlayer(mylabel[playerid], playerid, 0.0, 0.0, 0.7);
    Update3DTextLabelText( mylabel[ GetPlayerScore( playerid ) ], -1, gstring );
Pero cuando quiero agregarle la condicion de PING que es GetPlayerPing(playerid) de esta manera:

pawn Код:
new Text3D:mylabel[MAX_PLAYERS];
new gstring[128];
    mylabel[playerid] = Create3DTextLabel("Score: %d Ping: %d",0x008080FF, 30.0, 40.0, 50.0, 40.0, 0,GetPlayerScore(playerid),GetPlayerPing(playerid) );
    Attach3DTextLabelToPlayer(mylabel[playerid], playerid, 0.0, 0.0, 0.7);
    Update3DTextLabelText( mylabel[ GetPlayerScore( playerid ) & GetPlayerPing(playerid) ], -1, gstring );
me sale esto..

pawn Код:
C:\Users\User\Desktop\LADMIN\(1365) : warning 202: number of arguments does not match definition
no se que estoy haciendo mal
Reply
#2

їDonde estarнa ubicada la linea 1365?
Reply
#3

Quote:
Originally Posted by Wayzzar
Посмотреть сообщение
їDonde estarнa ubicada la linea 1365?

Tu pregunta es muy tonta Wayzzar demaciada, excedes los limites.


Lo estas haciendo mal Zodiaco serнa asн, si te sirvio dame mi puntito respect


pawn Код:
new PlayerText3D:mylabel[MAX_PLAYERS];
new gstring[128];
format(gstring, sizeof(gstring), "Score: %d Ping: %d",GetPlayerScore(playerid),GetPlayerPing(playerid));
mylabel[playerid] = CreatePlayer3DTextLabel(playerid, gstring,0x008080FF, 30.0, 40.0, 50.0, 40.0, 0);
UpdatePlayer3DTextLabelText(playerid,mylabel[playerid],0xF09C00AA, gstring);
Reply
#4

їViste no?, no sabнa que habнa lнmites en esto eh.
Reply
#5

Quote:
Originally Posted by Wayzzar
Посмотреть сообщение
їViste no?, no sabнa que habнa lнmites en esto eh.
Realizo filterscripts, sistemas y mбs por dinero o bien cambiar mano a mano con un mapeo.

JAJAJAAJAJAJA yo tambiйn realizo sistemas por dinero (Los bajo y los vendo porque soy muy noob)


PROGRAMADOR Y MAPPER JHAJAJAJAJAAJAJJAJAJAAJAJJA MADLITA RISA JAJAA

Las cosas que has comentado son muy tontas sabes, es muy notable que eres my noob en esta madre, a uno le da un problema que es facil de solucionar y tu sales con bajate este include es eso... jajaja hasta das risa
mejor no comentes nada...
Reply
#6

Ahн empezamos...
Reply
#7

Prefiero dar risa que dar asco como vos , todos pasamos por lo que estoy haciendo de "noob".
Reply
#8

Quote:
Originally Posted by Wayzzar
Посмотреть сообщение
Prefiero dar risa que dar asco como vos , todos pasamos por lo que estoy haciendo de "noob".

Haces doble Post... vaya Noob que eres, me das mucha pena PROGRAMADOR
JAJAJAAJAJAJAJAJAJAJJA si claro mi estimado noob..
Reply
#9

Quote:
Originally Posted by INKISICION
Посмотреть сообщение

Haces doble Post... vaya Noob que eres, me das mucha pena PROGRAMADOR
JAJAJAAJAJAJAJAJAJAJJA si claro mi estimado noob..
їTe aplaudo?.
Quote:
Originally Posted by INKISICION
Посмотреть сообщение

Tu pregunta es muy tonta Wayzzar demaciada, excedes los limites.


Lo estas haciendo mal Zodiaco serнa asн, si te sirvio dame mi puntito respect


pawn Код:
new PlayerText3D:mylabel[MAX_PLAYERS];
new gstring[128];
format(gstring, sizeof(gstring), "Score: %d Ping: %d",GetPlayerScore(playerid),GetPlayerPing(playerid));
mylabel[playerid] = CreatePlayer3DTextLabel(playerid, gstring,0x008080FF, 30.0, 40.0, 50.0, 40.0, 0);
UpdatePlayer3DTextLabelText(playerid,mylabel[playerid],0xF09C00AA, gstring);
Jajajaja esta manera de escribir con letra gigante mбs estъpida, tнpico de los boludos.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)