Jump to content
  • 0

Question

5 answers to this question

Recommended Posts

Posted

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);

Posted

Depinde De GM

eo am inteles k el vreak oriunde ar fi.. si scrie comanda sa ii dea sultanu si sa il faca si al lui personal

Nu mai comenta aiurea,pastreaza-ti parerile pentru tine daca nu ai cu ce ajuta si nu se face 2x post.

Warn!

gXvsYS
Posted

Vreau sa-l bag intr-un fs, si cand sunt intr-un anumit loc, si scriu /sultan, sa imi creeze un sultan personal, si sa mi-l dea unde pun eu coord.

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.