Jump to content
  • 0

pomoc Empty statement


Gabik

Dotaz

Cawte all potrebujem pomoc robil som si do modu login register a furt mi hadze

error 036: empty statement
error 036: empty statement

Riadky:

dcmd(register,8, cmdtext);
dcmd(login,5, cmdtext);

cely public

public OnPlayerCommandText(playerid, cmdtext[])
{
dcmd(register,8, cmdtext);
dcmd(login,5, cmdtext);
return false;
}

 

:(

Link to comment
Share on other sites

5 odpovědí na tuto otázku

Recommended Posts

  • 0

Mě to dělalo stejnou chybu a měl jsem špatně defiovanej dcmd, přece jenom zkus tenhle

#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

 

Pokud to nepomůže napadá mě jen že je něco špatně v

dcmd_register(playerid,params[]) {

}

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...