How To Make a Command Do Another Command
#6

pawn Код:
CMD:po(playerid,params[])
{
    return cmd_m(playerid, "MDPD Pull Over To The RIGHT Side Of The Road");
}
or

pawn Код:
CMD:po(playerid,params[])
{
    return OnPlayerCommandText(playerid, "/m MDPD Pull Over To The RIGHT Side Of The Road");
}
Reply


Messages In This Thread
How To Make a Command Do Another Command - by Anters14 - 29.06.2012, 15:51
Re: How To Make a Command Do Another Command - by seanny - 29.06.2012, 15:52
Re: How To Make a Command Do Another Command - by vassilis - 29.06.2012, 15:55
Re: How To Make a Command Do Another Command - by iggy1 - 29.06.2012, 15:57
Re: How To Make a Command Do Another Command - by vassilis - 29.06.2012, 16:09
Re: How To Make a Command Do Another Command - by MadeMan - 29.06.2012, 16:55

Forum Jump:


Users browsing this thread: 1 Guest(s)