29.08.2012, 19:26
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;