Jump to content
  • 0

pomoc (HELP) Registrace


imhotep367

Dotaz

3 odpovědí na tuto otázku

Recommended Posts

  • 0

Já to mám nějak takto v pwn .

 

public OnPlayerRequestClass(playerid,classid)
{
if(!PLAYERLIST_authed[playerid]) ShowPlayerDialog(playerid,1,DIALOG_STYLE_INPUT,"Přihlášení","Napište sem své heslo","OK.","OK.");
switch(classid)

Link to comment
Share on other sites

  • 0

daj tam toto

 

 public OnPlayerRequestClass(playerid,classid)
{
  if(!PLAYERLIST_authed[playerid]) ShowPlayerDialog(playerid,1,DIALOG_STYLE_PASSWORD,"Přihlášení","Napište sem své heslo","OK.","OK.");
  switch(classid) 

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