SA-MP Forums Archive
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: Français/French (https://sampforum.blast.hk/forumdisplay.php?fid=30)
+---- Thread: Textdraw (/showthread.php?tid=593596)



Textdraw - Sirop - 07.11.2015

Bonjour а tous

Voilа j'ai mis un mini textdraw que quand on se connecte mais le probleme c'est que quand on se reconnecte bah il s'affiche plus la j'dois quittй re lancer le sa-mp-serveur.exe donc voilа des idйes ?


Re : Textdraw - Jabern - 07.11.2015

Sans Code on peut rien faire :D


Re : Textdraw - Sirop - 07.11.2015

Le code est bon dans OnPlayerConnected j'ai mis les codes et il sont bons mais quand je me reconnecte il s'affiche pas


Re : Textdraw - Jabern - 07.11.2015

Bah montre ton on player connect :D


Re : Textdraw - Sirop - 07.11.2015

Bah c'est pas de se cotй mais pourquoi sa s'affiche pas a la deuxieme ?

public OnPlayerConnect(playerid)
{

TextDrawShowForPlayer(playerid,bien1);
TextDrawShowForPlayer(playerid,bien2);
TextDrawShowForPlayer(playerid,bien3);
TextDrawShowForPlayer(playerid,bien4);
TextDrawShowForPlayer(playerid,bien5);
TextDrawShowForPlayer(playerid,bien6);
TextDrawShowForPlayer(playerid,bien7);
TextDrawShowForPlayer(playerid,bien8);


Re : Textdraw - Inuro - 07.11.2015

TextDrawShowForPlayer sert а afficher le Textdraw, comment espиre tu afficher ton textdraw s'il n'est pas crйer ?
Puis dans le public OnPlayerConnect on place gйnйralement les textdraws utilisant playerid. Sinon c'est dans le public OnGameModeInit mais зa marche aussi.

https://sampwiki.blast.hk/wiki/TextDrawCreate


Re : Textdraw - Sirop - 07.11.2015

Bah si il est creer dans on game mode ini ya bien = blablabla


Re : Textdraw - Sirop - 11.11.2015

UP s'il vous plait j'ai toujours ce putain de problиme


Re : Textdraw - xNowZ - 11.11.2015

Montre la crйation de tes textdraws depuis le OnGameModeInit.