Author Topic: pawn commands  (Read 3377 times)

0 Members and 1 Guest are viewing this topic.

Offline ramandu

  • Street Thug
  • *
  • Posts: 16
    • View Profile
pawn commands
« on: February 28, 2010, 04:03:16 pm »
would someone exaplin which is best way of processing commands in pawn?

strtok
strcmp
dcmd
zcmd

thankyou very much.

Offline Ettans

  • VC:MP Beta Tester
  • Wiseguy
  • *
  • Posts: 56
    • View Profile
Re: pawn commands
« Reply #1 on: February 28, 2010, 04:38:40 pm »
zcmd would be the fastest of those.

Offline bilakispa

  • Street Thug
  • *
  • Posts: 4
    • View Profile
Re: pawn commands
« Reply #2 on: March 02, 2010, 07:40:40 pm »
zcmd would be the fastest of those.
Indeed, but in this version it doesn't support CallLocalFunction, you will have compiler errors.

Dcmd is fast too, learn it