Jump to content
Autentificarea cu Google și Facebook nu mai este disponibilă. ×

Question

5 answers to this question

Recommended Posts

Posted

ce FS de administrare folosesti (ladmin , 0admin , luxadmin)

Ce prostie ai putut sa zici, ce legatura are ?

http://forum.sa-mp.com/showthread.php?t=117851&highlight=Textdraw+Editor - cu asta faci textdraw

http://wiki.sa-mp.com/wiki/GetPlayerName - cu asta setezi intr-o variabila numele, de exemplu:

new LastEntered[ MAX_PLAYER_NAME ];

public OnPlayerConnect( playerid )
{
    GetPlayerName( playerid, LastEntered, MAX_PLAYER_NAME );
    TextDrawSetString( numeTD, LastEntered ); //va seta textdrawul cu numele la ultimul jucator, cel care tocmai a intrat );
    return 1;
}

si la fel pentru OnPlayerDisconnect, doar ca bagi inca o variabila, LastExited.

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.