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