/Work Command
#3

Don't know if will work.

pawn Код:
CMD:work(playerid, params[]) // Using ZCMD
{
    new string[200];
    new rand = random(sizeof(ALocations));
    new rand2 = random(sizeof(ALocations));
   
   
    format(string,sizeof(string),"Deliver From %s to %s.", ALocations[rand][0], ALocations[rand2][0]);
    // Put the string on your textdraw
    return 1;
}
Reply


Messages In This Thread
/Work Command - by Windrush - 28.12.2012, 12:34
Re: /Work Command - by Windrush - 30.12.2012, 14:16
Re: /Work Command - by Feastahashi - 30.12.2012, 14:23
Re: /Work Command - by Windrush - 30.12.2012, 14:54
Re: /Work Command - by Windrush - 31.12.2012, 12:58
Re: /Work Command - by Threshold - 31.12.2012, 13:26
Re: /Work Command - by Windrush - 31.12.2012, 13:57
Re: /Work Command - by Threshold - 31.12.2012, 14:04

Forum Jump:


Users browsing this thread: 2 Guest(s)