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

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)
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)