I need some help finding the reasons for the errors I am getting.
#5

Quote:
Originally Posted by Misiur
Посмотреть сообщение
pawn Код:
//Find
GetPlayerName(playerid,Name,sizeof(Name);
//Change to
GetPlayerName(playerid,Name,sizeof(Name));

//Code outside function due to closed brace
if(gPlayerInfo[playerid][PLAYER_REGGED] == 0)
    SendClientMessage(playerid,COLOUR_ORANGE,"You're username is recognised on this server, but you have not registered. Please /register to continue.");
    return 1;
Fix intendation (search for it)
What am I exactly supposed to do with
pawn Код:
if(gPlayerInfo[playerid][PLAYER_REGGED] == 0)
SendClientMessage(playerid,COLOUR_ORANGE,"You're username is recognised on this server, but you have not registered. Please /register to continue.");
return 1;
? Just fixed the other issues but I am not fully understanding this problem..
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)