Jump to content
  • 0

pomoc Povinna registrace chyba


Guest Alfon

Dotaz

Cau nikde sem nenasel odpoved na tohle mam tuto registraci:

{

if (!PLAYERLIST_authed[playerid]) {

if(udb_Exists(PlayerName(playerid))) {

GameTextForPlayer(playerid,"~w~Prihlas se!",5000,5);

SendClientMessage(playerid, COLOR_LIGHTGREEN, "Nejsi prihlaseny, napiš /login heslo");

}else{

GameTextForPlayer(playerid,"~w~Registruj se!",5000,5);

SendClientMessage(playerid,COLOR_LIGHTGREEN, "Nejsi registrovany, napis /register heslo");

}

return 0;

}

return 1;

}

}

 

a hlasi mi to tyto chyby: C:\Documents and Settings\Uzivatel\Plocha/BezNazvu.pwn(832) : error 029: invalid expression, assumed zero

C:\Documents and Settings\Uzivatel\Plocha/BezNazvu.pwn(832) : error 004: function "OnPlayerRequestSpawn" is not implemented

C:\Documents and Settings\Uzivatel\Plocha/BezNazvu.pwn(849) : warning 225: unreachable code

Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

 

 

2 Errors.

Link to comment
Share on other sites

6 odpovědí na tuto otázku

Recommended Posts

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