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

Question

Posted

Dupa cum vedeti si in titlu eu am o mica intrebare, adica, cum sa fac, sa zicem, daca apas pe butonul '5' sa imi apara (CU SENDCLIENTMESSAGE), un text : Mihnea esti cel mai tare, sau Bravo Mihnea, ceva de genu

Cum ar fi, am vazut pe unele servere ca daca apasai pe butonul F sa zicem in "range"-ul de sa zicem 2.0 atunci urca un lift (elevator).

Ceva de genu este si cu butonul 5, sper sa intelegeti ce am zis, si sper sa ma ajutati.

Multumesc

Romania Zone Accelerate

SAU

Romania True Roleplay

1 answer to this question

Recommended Posts

Posted

5 nu e definit ... dar 2 merge:

//La OnPlayerKeyStateChange pui:
if( newkeys & KEY_SUBMISSION )
{
    new string[ 128 ];
    GetPlayerName( playerid, string, MAX_PLAYER_NAME );
    format( string, 128, "Bravo %s, esti cel mai <praf> !", string );
    SendClientMessage( playerid, -1, string );
}

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.