Jump to content
  • 0

pomoc warning na /taxi


Guest martinek14

Dotaz

1 odpověd na tuto otázku

Recommended Posts

  • 0

Pokud máš nadefinovane dcmd

#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

 

Tak si dej do OnPlayerCommandText

dcmd(taxi,4,cmdtext);

 

Note: Pokud ti to bude házet další chyby tak to není tím že jsem ti poradil špatne,

ale že doted pawno kontroluje chyby v tom příkazu.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...