Help 4 Error + 1 Warning in 1 Line
#1

Removed
Reply
#2

Код:
if(!gPlayerLogged(playerid)) return SendClientMessage(playerid, COLOR_GREY, "You need to login first before using any command.");
try change to
Код:
if(!gPlayerLogged(playerid)) return SendClientMessage(playerid, COLOR_GREY, "You need to login first before using any command.";
Reply
#3

I think that you mean this

PHP код:
       if(gPlayerLogged[playerid] != 1) return SendClientMessage(playeridCOLOR_GREY"You need to login first before using any command."); 
DOn_Cage you can't remove a ) he must close the sendclientmessage
Reply
#4

Quote:
Originally Posted by Don_Cage
Посмотреть сообщение
Код:
if(!gPlayerLogged(playerid)) return SendClientMessage(playerid, COLOR_GREY, "You need to login first before using any command.");
try change to
Код:
if(!gPlayerLogged(playerid)) return SendClientMessage(playerid, COLOR_GREY, "You need to login first before using any command.";
That won't.

Well the functions gIsLoggedIn seems to be undefined/not created.
Reply
#5

Код:
if(!gPlayerLogged[playerid]) return SendClientMessage(playerid, COLOR_GREY, "You need to login first before using any command.");
Reply
#6

yusei why did you write the same thing how me ^^
Reply
#7

if(gPlayerLogged[playerid] != 1) /// if(!gPlayerLogged[playerid])
a same thing ? ?,
Reply
#8

Removed
Reply
#9

@yusei Yes yusei its the same
@Kiyozi_Mu No Problem
Reply
#10

Quote:
Originally Posted by [Bios]Marcel
Посмотреть сообщение
@yusei Yes yusei its the same
@Kiyozi_Mu No Problem
sorry I did not see your code
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)