Jump to content
  • 0

Masini dupa rank


Smokinggg

Question

7 answers to this question

Recommended Posts

Aduagi la OnPlayerStateChange

if(newcar == numemasina1 || newcar == numemasina2)

{

    if(PlayerInfo[playerid][pMember] == 1 || PlayerInfo[playerid][pLeader] == 1)// FOR PD

    {

        if(PlayerInfo[playerid][pRank] < 2)

    {

        SendClientMessage(playerid, COLOR_RED, "Nu ai rank 2 !");

    RemovePlayerFromVehicle(playerid);

    }

    }

    else

    {

        SendClientMessage(playerid, COLOR_RED, "Nu faci parte din Police Departament !");

    RemovePlayerFromVehicle(playerid);

    }

}

Link to comment
Share on other sites

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.