Cell coordinates
#9

http://pastebin.com/m10c00f8a

I find these rather useful, you might, too

Just so you know, they need dcmd, too:

pawn Code:
// OnPlayerCommandText:

  dcmd(north, 5, cmdtext);
  dcmd(south, 5, cmdtext);
  dcmd(east, 4, cmdtext);
  dcmd(west, 4, cmdtext);
  dcmd(up, 2, cmdtext);
  dcmd(down, 4, cmdtext);

// top of script:

  #define dcmd(%1,%2,%3) if ((strcmp((%3)[1], #%1, true, (%2)) == 0) && ((((%3)[(%2) + 1] == 0) && (dcmd_%1(playerid, "")))||(((%3)[(%2) + 1] == 32) && (dcmd_%1(playerid, (%3)[(%2) + 2]))))) return 1
Reply


Messages In This Thread
Cell coordinates - by amrour - 17.02.2009, 20:50
Re: Cell coordinates - by FarePak - 17.02.2009, 20:58
Re: Cell coordinates - by BeckzyBoi - 17.02.2009, 21:00
Re: Cell coordinates - by amrour - 17.02.2009, 21:00
Re: Cell coordinates - by MenaceX^ - 17.02.2009, 21:03
Re: Cell coordinates - by amrour - 17.02.2009, 21:05
Re: Cell coordinates - by pagie1111 - 18.02.2009, 06:11
Re: Cell coordinates - by My_Waffles_Bitch_L0L - 18.02.2009, 06:54
Re: Cell coordinates - by 1337pr0 - 18.02.2009, 07:19
Re: Cell coordinates - by BeckzyBoi - 18.02.2009, 11:52

Forum Jump:


Users browsing this thread: 1 Guest(s)