Jump to content
  • 0

Question

Posted

Pentru comanda /v create sau ma rog as vrea sa pun acea comanda sa fie folosita doar intr-un punct de pe harta cum ar fi aero lv de exemplu un pickups de unde pot folosi comanda respectiva

samp.g-promote.ro cel mai tare server!

3 answers to this question

Recommended Posts

Posted

[pawn]if (strcmp("/mycommand", cmdtext, true, 10) == 0)

{

    if(IsPlayerConnected(playerid))

    {

        if(!IsPlayerInRangeOfPoint(playerid, 3, /*Aici pui cifrele pt a fi doar in locul respectiv*/ ))

        {

            SendClientMessage(playerid, COLOR_GREY, "  Nu esti lpe Aeroportul LV!");

            return 1;

        } // Do something here

return 0;

}[/pawn]

 

 

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.