SA-MP Forums Archive
[FilterScript] Ver matanzas por TextDraw - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Español/Spanish (https://sampforum.blast.hk/forumdisplay.php?fid=29)
+----- Forum: Lanzamientos/Releases (https://sampforum.blast.hk/forumdisplay.php?fid=59)
+----- Thread: [FilterScript] Ver matanzas por TextDraw (/showthread.php?tid=242021)



Ver matanzas por TextDraw - Pepot - 19.03.2011

|- Informaciуn -|

Con este FileScript podrбs ver quien mata a quien por un textdraw que durarнa como unos 5 segundos activo y despues se quitaria. El Script no es nada del otro mundo..
ЎEl textdraw saldrб bajo el chat!


|- Fotos -|


P.D: [Yak]Jake_Otaku soy yo :3

|- Descarga -|

Pastebin (PWN)

|- Crйditos -|

* Ner0x - Script.

P.D: No lo he testeado no se si irб, lo tengo puesto asi en mi server y si me va, por lo que deduzco que irб.
Saludos!



Respuesta: Ver matanzas por TextDraw - RcoN! - 19.03.2011

Esta muy weno :d


Respuesta: Ver matanzas por TextDraw - Pepot - 19.03.2011

Gracias :3


Re: Ver matanzas por TextDraw - [L3th4l] - 19.03.2011

La funcion:
pawn Код:
public QTXD(playerid)
No necesita el "playerid" parametro. Simplemente porque al crear el timer, lo estas creando sin parametros, en otras palabras, esa funcion funcionaria solamente con playerid 0. Pero estas utilizando 'TextDrawHideForAll' que son para todos.

pawn Код:
forward QTXD();
public QTXD()

Asi estario correctamente usando esa funcion:
pawn Код:
SetTimerEx("QTXD", 5000, 0, "i", playerid);

public QTXD(playerid)
{
     TextDrawHideForPlayer(textdraw, playerid);
}

Pero no esta mal!


Respuesta: Ver matanzas por TextDraw - Code8976Man - 19.03.2011

Ah te felicito te saliу bonito


Respuesta: Ver matanzas por TextDraw - Pepot - 19.03.2011

Gracias de nuevo