Jump to content
  • 0

Ajutor masini!


al3x

Question

5 answers to this question

Recommended Posts

if(!strcmp("/sultan",cmdtext))
{
    if(IsPlayerInRangeOfPoint(playerid, 7.0, 2695.6880, -1704.6300, 11.8438)) //Cordonatele un vrei sati marga cmd
    {
        //Codu
    }
    return 1;
}
//Sursa// http://wiki.sa-mp.com/wiki/IsPlayerInRangeOfPoint Daca il ai in ZMCD sau DCMD //ZCMD//
CMD:sultan(playerid, params[ ] )
{
    if(IsPlayerInRangeOfPoint(playerid, 7.0, 2695.6880, -1704.6300, 11.8438)) //Cordonatele un vrei sati marga cmd
    {
        //Codu
    }
    return 1;
}
//DMCD//
dcmd_sultan(playerid, params[ ] )
{
   #pragma unused params
    if(IsPlayerInRangeOfPoint(playerid, 7.0, 2695.6880, -1704.6300, 11.8438)) //Cordonatele un vrei sati marga cmd
    {
        //Codu
    }
    return 1;
}

Si la OnPlayerCommandText pui dcmd(sultan,6,cmdtext);

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.