05.04.2010, 06:09
nevermind i figured it out
if(PlayerInfo[playerid][pLockerSlot] != 0 )
{
SendClientMessage(playerid, COLOR_GREY, "That slot is allready in use!");
return 1;
}